How to disable Interface Builder document versioning from auto updating?

為{幸葍}努か 提交于 2019-12-02 21:44:05

Version 4.6.3 of Xcode resolves this issue. However, as the comments state, you all need to be running that same version. If four developers are on 4.6.3, and one is on a previous version, then that developer will experience the same issue. However, if they do not commit that change then it will not affect the others.

The two Xib keys affected are:

<string key="IBDocument.AppKitVersion">1187.39</string>
<string key="IBDocument.SystemVersion">12E55</string>

So, bottom line, get everyone on the team to update to Xcode 4.6.3.

Try updating the XIB's "Document Versioning: Development" setting:

Xcode: File Inspector: Interface Builder Document: Document Versioning: Development

to at least "Interface Builder 3.1".

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