iOS MobileVLCKit archive problems

荒凉一梦 提交于 2019-12-04 21:09:46

Had the same problem, setting ENABLE BITCODE = NO and changing Debug Information Level from "DWARF with dSYM File" to "DWARF" in the release makes it archive successfully. See Image: Change Debug Information Format

There is a bug in dsymutil in current version of Xcode 10 which will exhaust all your RAM when archiving VLCKit with the "DWARF with dSYM File" option.

This issue is resolved in the current Xcode beta, so if you want to use that option, copy the dsymutil from the Xcode beta to the stable version (or take dsymutil from Xcode 9.4) to work-around the issue.

Regrettably, there is nothing we can change in VLCKit as the bug is in Apple's tools.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!