aws-samples / aws-device-farm-sample-app-for-ios

Apache License 2.0
44 stars 25 forks source link

Remove bitcode support from project file #2

Closed richlong closed 8 years ago

richlong commented 8 years ago

Following error when building for run in xcode 7.2

ld: 'aws-device-farm-sample-app-for-ios/calabash.framework/calabash(GCDAsyncSocket.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 armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Update pbxproj file to remove bitcode support as error preventing build for run

nikhil-dabhade commented 8 years ago

The changes proposed in this pull request were part of another pull request # 3 that was merged along with few more changes that help build the sample app with Xcode 7.2 and also have updated test framework configuration.