当我尝试在我的手机上运行我的项目时,Xcode11.2测试版2,我得到了以下错误:
"ld: '/.../Pods/SQLClient/SQLClient/SQLClient/SQLClient/libsybdb.a(dblib.o)' does not contain bitcode. rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target.
clang: error: linker command failed with exit code 1 (use -v to see invocation) "我该如何解决导致问题的问题?
发布于 2019-12-05 19:15:12
您需要禁用bitcode。转到您的Pod SQLClient目标并在构建设置中禁用位码或在主项目目标中禁用位码。
https://stackoverflow.com/questions/59192142
复制相似问题