Nisha
Nisha

Reputation: 33

How to generate iPA file in Xcode?

I want to generate my project's iPA file to test on device. I searched related to generating iPA file and it says in your Xcode select Product option, in which you could select Archive option.

But i found archive option blur and i am not able to select it. Why it is blur?enter image description here

Upvotes: 0

Views: 343

Answers (3)

Abhinandan Pratap
Abhinandan Pratap

Reputation: 2148

select device as Generic IOS Device in devices tab

Goto Project -> Archive -> building of your project start after this organiser window will open in organiser window there is an option "Export" click on that and save your IPA on to your location

Upvotes: 0

Shangari C
Shangari C

Reputation: 772

[![enter image description here][1]][1]

[1]: https://i.sstatic.net/VQB3K.png you need to select the 'Generic Ios device' and the go for product -> Archive

Upvotes: 0

Badal Shah
Badal Shah

Reputation: 7612

Select Device in-place of Simulator and then make Archive .

enter image description here

Upvotes: 1

Related Questions