I have started a project from an XCode template I have created. When I try to run in debug mode it works fine; however, when I try to run it in release mode I get an error message
couldn’t parse contents of _Prefix.pch: Unexpected character / at line 1
I haven’t touched this file. Any ideas on what has happened and how to fix it?
After much hair pulling I came to the conclusion this was a result of something corrupted in the project. I resolved this issue by creating a new blank project and re-importing all of my project files into the new project.