Workspace integrity : The file could't be opened Xcode 5

為{幸葍}努か 提交于 2020-01-02 21:09:51

问题


I'm developing an application in PhoneGap using Xcode 5. I created project as per steps given in PhoneGap documentation. The app worked well in last run. But as of now it's showing an Workspace Integrity Error : The file cannot be opened. This error comes-up in case of Xcode 5 and not in Xcode 4. Any idea how to deal with this issue?


回答1:


Go to your xcode project file in finder, right click and select show package contents. Inside that you have this file called project.pbxproj. Open that with the text editor and see if there are many conflict texts in it like git merge conflict text ( <<<<>> ) . Xcode cannot parse this and so edit the file and save...then re open xcode.



来源:https://stackoverflow.com/questions/23385271/workspace-integrity-the-file-couldt-be-opened-xcode-5

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