There is an app has external libraries that built without bitcode.
I want to build the app with 'ENABLE_BITCODE =(YES)' option.
<questions>
Q1. Is the app able to built with bitcode in Xcode7 with (ENABLE_BITCODE = YES)?
(I had an error message like below)
ld: 'xxxxxxxxxxxxxxxx/xxxxxxxxx-sdk-i386-armv7-armv7s-arm64.a(xxxxxxx.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
Q2. How can I check whether the external library has bitcode without library provider comment?