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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -