[Solved]Problems with Xcode

Hello guys and @Simeon !

I’m using iOS 9.1 and Xcode Version 7.1 beta (7B60)

I’m having this problem:

ld: '/Users/erick_yamato/Documents/AmarganA/Libs/libtools.a(NSString+MD5.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

How can I fix this error (only on iOS 9.1)?

Thanks

I googled and I found that bitcode is used with App Thining, new Apple’s resource to reduce the app’s size.

On Xcode, go to ‘Build Settings’ → ‘Build Options’ → ‘Enable Bitcode’ choose ‘No’

Thanks for the tip, Erickyamato!

You’re welcome @Rodolphe