简体   繁体   中英

Current versions of GoogleMobileAds.framework and GoogleCast.framework coexistence in one iOS app

The current version of GoogleMobileAds.framework is v7.4.1 which was created with bitcode enabled. The current version of GoogleCast.framework is v2.7.1 which was created without bitcode enabled.

In Xcode 7, if I set Enable Bitcode to NO, then the ads framework will generate error. But if I set Enable Bitcode to YES, then the cast framework will generate the error.

So, how to go about use these two frameworks in a project?

Updating to the Cast SDK to version 2.10.1 solved this issue for me. According to this bug report , Bitcode slices are now included in the cast SDK as of 2.10.1.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM