Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将.framework发现的内容/System/Library/PrivateFrameworks/导入我的 iOS 应用程序。我该如何做到这一点?我有最新的 Xcode 4.6。
.framework
/System/Library/PrivateFrameworks/
在 XCode 4.6 中,
在左侧窗格中选择 Project(在 Project Navigator 中)并选择 TARGETS 并单击“Build Phases”选项卡。将其添加到“将二进制文件与库链接”下。
如果 XCode 找不到框架的路径,那么...单击“构建设置”选项卡(靠近“构建阶段”)并在“搜索路径”下将框架路径设置为“框架搜索路径”。