iOS 三行命令快速打包

2018-11-30  本文已影响5人  喜相逢v5

三行命令快速打包

xcodebuild -workspace eCloud.xcworkspace -scheme eCloud -configuration Release clean

xcodebuild -workspace eCloud.xcworkspace -scheme eCloud -archivePath /Users/junjie/Documents/build/eCloud.xcarchive -configuration Release archive

xcodebuild -exportArchive -archivePath /Users/junjie/Documents/build/eCloud.xcarchive -exportPath /Users/junjie/Documents/build/eCloud.ipa -exportOptionsPlist /Users/junjie/Documents/build/ExportOptions.plist -allowProvisioningUpdates

-arch arm64

设备型号信息

官方链接:
Building from the Command Line with Xcode FAQ

上一篇 下一篇

猜你喜欢

热点阅读