标签:
xcodebuild clean install -project $PROJECT
xcodebuild archive -project $PROJECT -scheme $SCHEME -configuration Debug -archivePath $OUTDIR
xcodebuild -exportArchive -archivePath $OUTDIR.xarchive -exportPath $OUTDIR -exportFormat ipa -exportProvisioningProfile $PROVISIONING_PROFILE exportSiningIdentity $DEVELOPER_NAME
(使用iFunBox安装ipa包)
标签:
原文地址:http://www.cnblogs.com/letterli/p/4671123.html