Xcode 7 Building for iOS 9

6473
1
Jump to solution
09-02-2015 10:32 AM
GerryBrown
New Contributor

I am currently using Xcode 7 (Beta 6).  I can build and run against the Simulator. But when I attempt to build and run against a real iPhone 6 running iOS 9, I get the following link error:

ld: 'Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/ArcGIS(libArcGISRT.a-arm64-master.o)' 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 arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any ideas?

0 Kudos
1 Solution

Accepted Solutions
AlexanderNohe1
Occasional Contributor III

You may want to try this stack overflow post which may help answer your question:

http://stackoverflow.com/questions/30848208/new-warnings-in-ios9

Quoted from the post:

"You library was compiled without bitcode but the bitcode option is enabled in your project settings. Say NO to Enable Bitcode in your target Build Settings and the Library Build Settings to remove the warnings."

View solution in original post

1 Reply
AlexanderNohe1
Occasional Contributor III

You may want to try this stack overflow post which may help answer your question:

http://stackoverflow.com/questions/30848208/new-warnings-in-ios9

Quoted from the post:

"You library was compiled without bitcode but the bitcode option is enabled in your project settings. Say NO to Enable Bitcode in your target Build Settings and the Library Build Settings to remove the warnings."