问题:ios打包时,报错如下Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip failed with exit code 1。
解决方案:Disable "Strip Linked Product" on our static libs
方案来源:此问题解决方案
本文介绍了一种iOS应用打包过程中遇到的错误——Command/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip failed with exit code 1,并提供了解决方案:禁用静态库的StripLinkedProduct选项。
问题:ios打包时,报错如下Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip failed with exit code 1。
解决方案:Disable "Strip Linked Product" on our static libs
方案来源:此问题解决方案

被折叠的 条评论
为什么被折叠?