0

My manager had a Apple developer account, and he added me in his account as a Developer role. Now i have to give him an IPA file. Is it possible for me to generate an IPA file by just signing in with my Apple ID(not a developer account) in Xcode 7..?? I have tried this, but its showing me as FREE role in Preference instead of developer role. Also export button is not enabled after archive is done.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Rahul singh
  • 251
  • 3
  • 20

1 Answers1

1

Yes, In xcode 7 above there is no opting for export ipa. But we can do some other ways to generate iPa file.

Follow the below steps:

  1. Select product --> Archive option enter image description here

  2. And right click on WifiList and select Show in Finder enter image description here

  3. It will open folder and then right click on folder option "Show Package Contents" enter image description here

  4. Now you can on file then you can drag and drop on iTunes. enter image description here enter image description here

  5. Drag and drop desktop.

I hope, It will help you.

Yalamandarao
  • 3,852
  • 3
  • 20
  • 27
  • And also check that you have installed valid certificate & provisioning profile and selected them in build setting. – Karan Dua Jul 11 '16 at 13:07
  • from where to get certificates and where to install it..?? I got IPA file from above procedure but i havn't installed any certificates.plz help me – Rahul singh Jul 12 '16 at 04:10
  • You will get certificate from Apple developer account. Please don't ask how to create certificate – Yalamandarao Jul 12 '16 at 04:25