尝试归档我的项目时,出现了错误:
ld: bitcode bundle could not be generated because '/Users//MobileVLCKit/MobileVLCKit.framework/MobileVLCKit(VLCEmbeddedDialogProvider.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file '/Users//MobileVLCKit/MobileVLCKit.framework/MobileVLCKit' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
尝试做
enablebitcode = no
但是当我存档时,mac卡住了,经过40分钟,我放弃了。知道我该怎么办,是否可以使用此pod归档项目?
最佳答案
遇到相同的问题,在发行版中将 ENABLE BITCODE设置为NO 并将调试信息级别 从“带有dSYM文件的DWARF”更改为“DWARF” 使其成功归档。
See Image: Change Debug Information Format