xcode7 - Could I create IPA file only with provisioning file in Xcode 7? -
first of ,i have provisioning file , p12 file ,but have not apple developer account. in xcode 6, can create ipa file using command line tool this:
xcodebuild -exportarchive -exportformat ipa -archivepath $archivepath -exportpath ~/desktop/xx.ipa -exportprovisioningprofile '$provisioningfilename' could create ipa file using same way in xcode 7?
rhetorically answering question - yes.
xcodebuild work on xcode7 , command have mentioned creating ipa.
basically have give actual values command work you.
Comments
Post a Comment