iOS IPA file size - xcode-archive vs. xcodebuild command

若如初见. 提交于 2019-12-02 21:22:54

Problem solve by adding the following switches to the command line:

DEPLOYMENT_POSTPROCESSING=YES

STRIP_INSTALLED_PRODUCT=YES

SEPARATE_STRIP=YES

COPY_PHASE_STRIP=YES

I see those settings also in the XCode project file and in the GUI but - for some reason - running the 'Release' configuration do it without those settings.

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