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?
I’ve imported another programmer’s project into Xcode and get the error UIKit/UIKit.h file not
Share
Navigate to the target and go to
Build Phasesand add UIKit toLink Binary With Libraries.From the Comments to this post: