Compatibility problem with .xcdatamodeld between Xcode 4.1 (Lion) and Xcode 3.2.5 (snow leopard)

淺唱寂寞╮ 提交于 2019-12-05 03:22:38

The format of .xcdatamodel bundles was changed between these 2 versions of Xcode. The format of the elements and layout are now xml based, whereas they used to be binary data.

You can change the minimum required Xcode version in the file inspector for your .xcdatamodel file.

XCode 4.1 is available for Snow Leopard. I suggest you just try using the same version on both machines.

It is more reliable to use latest XCODE ver 4.2. Compatible with lion (OSX 10.7).There are amazing features like ARC,storyboard and much more.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!