AutoPackageScript icon indicating copy to clipboard operation
AutoPackageScript copied to clipboard

xcode10 导出ipa失败

Open supergithuber opened this issue 7 years ago • 5 comments

error: exportArchive: The data couldn’t be read because it isn’t in the correct format.

那个ExportOptions.plist的格式不对

supergithuber avatar Oct 31 '18 02:10 supergithuber

把bitcode设置为NO,就可以了!

xubojoy avatar Nov 01 '18 03:11 xubojoy

把bitcode设置为NO,就可以了!

谢谢,我加上这句就可以了 /usr/libexec/PlistBuddy -c "Add :compileBitcode bool false" $export_options_plist_path

supergithuber avatar Nov 01 '18 07:11 supergithuber

把bitcode设置为NO,就可以了!

谢谢,我加上这句就可以了 /usr/libexec/PlistBuddy -c "Add :compileBitcode bool false" $export_options_plist_path 加在哪?

Rcrosp avatar Jan 22 '19 07:01 Rcrosp

把bitcode设置为NO,就可以了!

谢谢,我加上这句就可以了 /usr/libexec/PlistBuddy -c "Add :compileBitcode bool false" $export_options_plist_path 加在哪?

https://github.com/supergithuber/iOSLocalArchived

你连基本的shell都看不懂的吗!

supergithuber avatar Jan 22 '19 07:01 supergithuber

把bitcode设置为NO,就可以了!

谢谢,我加上这句就可以了 /usr/libexec/PlistBuddy -c "Add :compileBitcode bool false" $export_options_plist_path 加在哪?

https://github.com/supergithuber/iOSLocalArchived

你连基本的shell都看不懂的吗!

新手谢谢!

Rcrosp avatar Jan 22 '19 07:01 Rcrosp