I created a test project and the project fails to build in XCode. Please Help
As from your last screen shot, it explains what the error is and how to fix it.
Search for “ENABLE_BITCODE” in your project settings. And disable it.
If that doesn’t work try enabling it.
try disabling bitcode then
Yeah, gotta disable it. Just had that problem and went to “Build Settings”, searched for Bitecode, disabled it, cleaned project, built it. Done!