Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No IPA file found when building with Visual Studio

I'm developing my project in Visual Studio 2012 using Xamarin Monotouch. I choose profile Ad-Hoc, specify signing information (provision profile, identity etc) and build my project. But I see no IPA file generated neither on my PC, nor on Mac. I tried to find it, but it was unsuccessful. It happens even in new HelloWorld project. Where can I find IPA file? 'Show IPA file' toolbar button in Visual Studio is always inactive.

When I do the same thing in Xamarin Studio on Mac it's ok, I get my IPA file.

like image 640
xSeder Avatar asked Nov 12 '22 05:11

xSeder


1 Answers

I have a Distribution configuration setup that I use. On either Mac or Win my IPA is created in the "\bin\iPhone\Distribution" folder. For my configuration, under "iOS IPA Options", I have the option checked for: "Build ad-hoc/enterprise package (IPA)". Are you a registered Enterprise Apple developer? You may need to research if that is required or not. I also assume you have a the Xamarin.iOS Business license too?

like image 111
valdetero Avatar answered Dec 19 '22 22:12

valdetero