Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot find UIKit.framework

I am currently running Xcode 6 beta 2, and I can't find the UIKit.framework. I've looked in System/Library/Frameworks as suggested in Apple's reference page

All the other frameworks are there, except UIKit.

Note: I have no issues importing the UIKit framework

like image 490
Josh Avatar asked Jul 03 '14 04:07

Josh


2 Answers

In the newer Xcode versions the iPhoneOS frameworks do no longer include a binary, but include a tbd file. You can find simulator binaries at this path:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks

like image 108
iCaramba Avatar answered Oct 20 '22 13:10

iCaramba


New location:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks

like image 40
Mihaela Avatar answered Oct 20 '22 14:10

Mihaela