带有iOS SDK 6.0的Xcode 4.2,错误编译.xcdatamodeld文件

时间:2012-11-06 17:12:14

标签: ios xcode compilation xcdatamodel

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

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)./最新

我在xcode 4.2中打开了我的iPad项目,这里显示的错误是:

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

xcdatamodeld引用和文件存在于项目和文件夹中。

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

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

提前致谢。

0 个答案:

没有答案