MOMC error with XCode4 and Data Model Compile

杀马特。学长 韩版系。学妹 提交于 2019-12-03 11:21:47
beeudoublez

Open up the .pbxproj file and manually remove all references to .xcdatamodel. Re-open XCode, Build Clean....and then drop in your older version of .xcdatamodel

For me the issue wasn't within the .pbxproj file.

Find the xcdatamodel file in finder. Option click and open package contents. Check to see if there are multiple versions inside that you don't recognise.

I was expecting only one version. A second version some how came about and xcode wasn't registering it.

I removed the second version and it's working fine now.

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