“Data Model Version Compile”.. error after upgrading to Lion (Xcode4.1)

后端 未结 4 1514
广开言路
广开言路 2020-12-09 05:21

Since upgrading to Lion yesterday (10.6->10.7), I\'ve been unable to compile a project that had no problems compiling prior to the upgrade.

It\'s not even a recent

4条回答
  •  眼角桃花
    2020-12-09 06:03

    Interestingly I found that I had this scenario after installing a new version of Xcode. It was caused by Xcode running from the mounted DMG. I chased the problem around for a bit until I eventually figured out it was doing the build using the tools on the DMG rather than the files copied to Applications. By ejecting the Xcode DMG it resolved the problem. Thought I'd post this in case it benefits anyone else. I suspect a number of the fixes being posted here and on other threads are working in some cases by chance of a reboot unmounting the DMG.

提交回复
热议问题