Workspace integrity: file cannot be opened Xcode 5

I am developing an application in PhoneGap using Xcode 5. I created a project following the steps given in the PhoneGap documentation. The app worked successfully in the last run. But at the moment it is showing Workspace Integrity Error: The file could not be opened. This error occurs with Xcode 5, not Xcode 4. Any idea how to deal with this issue?

Error

Error description

+2


source to share


1 answer


Go to your xcode project file in finder, right click and select display package contents. There is a project.pbxproj file inside this file. Open this with a text editor and see if there are many conflict text in it, for example git merge conflict text (<<<lt; →). Xcode cannot parse this, so edit the file and save ... then reopen xcode.



0


source







All Articles