In XCode 7 Beta, whenever I try to run my game (I have the certificates, etc.), I get this error:
Linker command failed with exit code 1 (use -v to see invocation).
I have looked a little bit into it, but I still don’t know how to troubleshoot this error. Does anyone know?
The console window in the lower left of Xcode. Or copy and paste out of the failed link message. Xcode is actually very good about telling you what is breaking things. If you aren’t seeing any verbose output, click the play button in the debug area (bottom 3rd of Xcode).
clang: error: linker command failed with exit code 1 (use -v to see invocation)
“File Name” (I don’t want to give away what the file names are called) does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
BTW: the “File name” is a Unity Ads file framework. Does it have something to do with Unity Ads?
Whenever I do that, it gives me 13 more errors. Sorry, I forgot to say that earlier. I’ve tried doing the “enabled Bitcode” NO multiple times, and it never works