0

When building against the CocoaPods version of Identity Toolkit, the following error is encountered:

ld: '{path to app}/Pods/GoogleIdentityToolkit/Libraries/libGITkit.a(GITAccount.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

clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is this an expected error, now that most Google pods support Bitcode?

Sam Gammon
  • 1,457
  • 10
  • 16
  • for now you can disable bitcode and continue, hopefully google will fix it soon and provide us an update – vinbhai4u Nov 29 '15 at 19:25
  • yes, indeed, it does build without bitcode - i know that, but i would prefer not to ship my app without it just because we chose GitKit. mostly i'm filing this to hear from Google (hopefully they are working on it) and create a central point for us all to complain ;) – Sam Gammon Nov 30 '15 at 00:53
  • 1
    Yes hopefully, soon Google will update us :) – vinbhai4u Nov 30 '15 at 06:27

0 Answers0