does not contain bitcode. You must rebuild it with Bitcode enabled (Xcode setting Enable_bitcode), obtain a updated library from the vendor, or dis Able Bitcode for this target. For Architecture ARMv7
The future Watch app must contain bitcode,ios not mandatory, but Xcode7 will turn on Bitcode by default.
Method One: Update the library to include Bitcode, otherwise the following warning will appear;
|
(
null
): URGENT: all bitcode will be dropped because
‘/Users/myname/Library/Mobile Documents/com~apple~CloudDocs/foldername/appname/GoogleMobileAds.framework/GoogleMobileAds(GADSlot+AdEvents.o)‘
was built without 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. Note: This will be an error
in
the future.
|
Method Two: Close Bitcode
Search Bitcode in Buildingsetting in Project settings Select No
XCODE7 * * * does not contain bitcode. You must rebuild it with Bitcode enabled (Xcode setting Enable_bitcode)