iOS MobileVLCKit 存档问题

iro*_*oei 2 vlc archive ios swift bitcode

在尝试归档我的项目时,我收到此错误

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)
Run Code Online (Sandbox Code Playgroud)

尝试这样做,enablebitcode = no 但是当我存档时,mac 卡住了,40 分钟后我放弃了。

知道我能做什么以及是否可以使用此 pod 归档项目?

Hel*_*ane 5

有同样的问题,在发行版中设置ENABLE BITCODE = NO并将调试信息级别 从“DWARF with dSYM File”更改为“DWARF”使其存档成功。 参见图片:更改调试信息格式