iOS MobileVLCKit 存档问题

标签 ios swift vlc archive 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)

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

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

最佳答案

遇到同样的问题,设置ENABLE BITCODE = NO 并更改Debug Information Level从“DWARF with dSYM File”到“DWARF”在发布中使其成功存档。 See Image: Change Debug Information Format

关于iOS MobileVLCKit 存档问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54437778/

相关文章:

ios - NSTextAlignmentCenter无法与UITableViewCellStyleSubtitle一起使用

ffmpeg - 使用带有 VLC 的 ffmpeg 进行视频流式传输

ios - 在 xcode/swift 中绘制圆形网格

ios - 优化 iOS 应用中关键代码的性能

ios - 有没有更好的方法在 Swift 中做这个滚动动画?

ios - Swift - 错误处理后无法在 Firebase 中创建用户

swift - 为什么我需要复制第一个参数的标签才能使其显示在调用中?

android - 从 android vlc 媒体播放器获取当前帧

iOS:RTSP 流在后台

ios - iOS 中的图像拉伸(stretch)不正确