I am working on a different iOS project in Unity and I have built it by exporting to Xcode (like I always have).
Whenever I try to open the "Unity-iPhone.xcodeproj
" in Xcode, it gives me the following error:
Project cannot be opened because the project file cannot be parsed.
I have looked everywhere but cannot figure it out.
The project name does not have any spaces in it.
I have checked the
.plist
and everything looks fine.The bundle identifier matches that in
.plist
.
This has worked in previous projects but now I am getting this error for some reason. What gives?