找不到UIKit.framework

Jos*_*osh 7 xcode frameworks uikit ios xcode6

我目前正在运行Xcode 6 beta 2,但我找不到UIKit.framework.我按照Apple的参考页面中的建议查看了System/Library/Frameworks

除了UIKit之外,所有其他框架都在那里.

注意:导入UIKit框架没有问题

iCa*_*mba 13

在较新的Xcode版本中,iPhoneOS框架不再包含二进制文件,而是包含tbd文件.您可以在此路径中找到模拟器二进制文件:

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


Mih*_*ela 10

新位置:

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


0on*_*neo 5

UIKit.framework在这里 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks


Mic*_*bro 5

我在这里找到了 iOS 14、Xcode 12 路径

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit 
Run Code Online (Sandbox Code Playgroud)