One of my customers won't provide access to his Developer Portal & iTunes Connect credentials. With Xcode 5 we have used this flow to submit apps for review:
Now as I can see that Xcode 6 doesn't allow me to build IPA even for Ad-Hoc development without a developer login and password. Is there any way to generate an IPA without credentials?
Thanks in advance.
You can not build IPA for device without a provisioning profile & certificate.
Now you have to do below steps: Go to Window->Organiser->Archives Here, select your archive fine and click on "Distribute App" button on right side Then Instead of upload, select Export option, and continue selecting default options, it will end you up with generating ipa file.
@frozen_lion you can still use xcodebuild to export ipa without Developer Account access:
xcodebuild -exportArchive -archivePath $projectname.xcarchive -exportPath $projectname -exportFormat ipa -exportProvisioningProfile “Provisioning Profile Name”
More details you can find in this article Using xcodebuild To Export a .ipa From an Archive
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With