1

我使用带有 xcode 4.2 的雪豹将 iOS 6 SDK 文件从 xcode 4.5 (dmg) 复制到我的计算机上:

sudo cp -R /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/ sudo cp -R / Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/ sudo cp -R /Volumes/Xcode/Xcode .app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/6.0\ (10A403) /Developer/Platforms/iPhoneOS.platform/DeviceSupport/ sudo rm -f /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest cd /Developer /Platforms/iPhoneOS.platform/DeviceSupport/sudo ln -s ./6.0\ (10A403) ./Latest

我在 xcode 4.2 中打开了我的 iPad 项目,这里显示一个错误,上面写着:

“未分类。路径'/User/desarrollo/Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphonesimulator/...app/...momd/...mom 的数据模型编译失败'"

xcdatamodeld 参考和文件存在于项目和文件夹中。

你能帮我解决这个问题吗?

我认为这不是与 iOS 6 SDK 相关的问题,因为我一直在尝试以 iOS 5.1 作为目标来清理和构建项目,但它显示了相同的错误。

提前致谢。

4

0 回答 0