Levi Omer
Levi Omer

Reputation: 107

Can't create IPA file xamarin iOS

Right now I'm trying for days to make an iOS app, and put it on my ipad.
I can not get it because I cant find a way to generate an IPA file.
I have windows 7, and a virtual mac OS computer, which has Xcode on it, and Xamarin studio on it. In my mac, I opened a project and wrote some code to it, and then built the project, and ran it on simulator iphone.
It did work !
Now, my next step is to generate IPA file, but I couldn't find where does the IPA file is generated after I build it on my mac. Can someone give me some help ?
I have been through every IPA tutorial I have found, and in Apple site.

Trying to create provisional profile

Upvotes: 1

Views: 1134

Answers (1)

lowleetak
lowleetak

Reputation: 1382

To generate IPA files in xamarin studio when you build, you need to go to iOS project options->iOS IPA Options. Then check the "Build iTunes Package Archive (IPA)"

enter image description here

Upvotes: 2

Related Questions