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.
我一直在努力将 CoreData.framework 添加到我现有的 xcode 4.6.2 项目中。我用谷歌搜索,我得到的所有答案都是通过控制单击框架文件夹并选择添加-> 现有框架。这个“现有框架”不在菜单中。
选择您的项目,然后选择您的目标,单击“构建阶段”选项卡。打开“将二进制文件与库链接”部分,然后单击+符号。
+
在 Xcode 中,在导航器中选择您的目标。单击构建阶段选项卡。单击带有二进制框的链接下的添加按钮,然后选择CoreData.framework,如果不存在,您可能会重新安装Xcode。