1

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?

JAL
  • 41,701
  • 23
  • 172
  • 300
EmilyJ
  • 872
  • 2
  • 8
  • 19

1 Answers1

0

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.

JAL
  • 41,701
  • 23
  • 172
  • 300