Xcode 7 gives a linker error for an existing project supported by Parse, "does not contain bitcode"

I just installed the new Xcode 7 and the project that I was trying to start developing in Xcode 6.4 and found this error.

LD: '/ Users / aliasadullah / Dropbox / DetectPhoneCall 2 / DetectPhoneCall / parse.framework / parse (PFAnalytics.o)' do not contain a bitcode. You must rebuild it with the bit code turned on (Xcode setting ENABLE_BITCODE), get the updated library from the provider, or disable the bit code for this purpose. for arm64 architecture clang: error: linker command failed with exit code 1 (use -v to view the call)

+4
source share
3

.

enter image description here

+15

, , , Bitcode, . .

- , < > SDK SDK. , Enable Bitcode Build Settings Xcode, Yes. - , ​​ Parse SDK Bitcode. , , SDK , , , . , . : Build Settings > Enable Bitcode > No.

+3

:

(iOS, watchOS)

- . iTunes Connect, -, App Store. Apple .

Xcode , , Apple . , iTunes Connect, . Apple.

. iOS , . , . watchOS .

https://developer.apple.com/library/prerelease/watchos/documentation/IDEs/Conceptual/AppDistributionGuide/AppThinning/AppThinning.html#//apple_ref/doc/uid/TP40012582-CH35-SW2

+1
source

Source: https://habr.com/ru/post/1607976/


All Articles