When deploying to iPhone and Apple Watch with Xcode7, I got this error:
ld: -weak_library and -bitcode_bundle (Xcode setting ENABLE_BITCODE = YES) cannot be used together
I would like to ask, what is the best way to solve this problem?
Follow-up: Apple Watch requires a library that supports bitcodes based on these new warnings in iOS 9 - → we may need to enable the bitcode for all libraries.
source share