I've imported another programmer's project into Xcode and get the error "UIKit/UIKit.h file not found." I tried right clicking the Frameworks folder but didn't see a way to add it. How can I add the UIKit to this project?
To import the UIKit: Navigate to Site Studio > Sync packages > Import packages.
UIKit manages your app's interactions with the system and provides classes for you to manage your app's data and resources. App and environment. Manage life-cycle events and your app's UI scenes, and get information about traits and the environment in which your app runs. Documents, data, and pasteboard.
Check that you are using a iOS project and not a Mac OSX one - UIKit is only for the iPhone/iPad
Navigate to the target and go to Build Phases
and add UIKit to Link Binary With Libraries
.
From the Comments to this post:
MonkeyBusiness: Sorry to waste your time. I had set the project up as MacOS rather than iOS. I'm new to Apple and iOS as you can see.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With