2
votes

I am using Xcode 7.2 with iOS 9.2. I want to create IPA file with enterprise deployment.I am using development provisioning profile for archiving the application.I used the following procedure for this purpose I choose Product-> Archive option .Then i got archive file in my organizer. From here i select export option for corresponding file.After this i choose Save for enterprise deployment and also select development team for provisioning profile.After i got the following error shows like

enter image description here

2

2 Answers

2
votes

See either you should Try upgrading your role to Team Admin at developer.apple.com.

or

event if the issue still remain you can try to export IPA using Terminal command

xcodebuild -exportArchive -archivePath $projectname.xcarchive -exportPath $yourprojectname -exportFormat ipa -exportProvisioningProfile "Your Provisioning Profile Name"
0
votes

In enterprise distibution create certificate for in-House

enter image description here

and publish with this certificate