在针对 Identity Toolkit 的 CocoaPods 版本进行构建时,遇到以下错误:
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)
现在大多数 Google pod 都支持 Bitcode,这是一个预期的错误吗?