1
votes

It's the first time I'm generating an application .According to this question : Specify location for ipa file in Xcode 7 Ad-Hoc release , the solution saying that from product menu choose archive . But I don't have archive in product menu .

I'm using xcode 7 .

What's wrong ?

1
Could you show a screenshot of your "Product" Menu ? - Larme
For Archive make sure you have the device as an actual device or Generic IOS Device and not one of the Simulators otherwise it is greyed out. - darren102

1 Answers

3
votes

Select Generic iOS device in device menu.

enter image description here

OR

Select an actual device -->

enter image description here

It basically cannot create an archive for a simulator.