Creating an ipa - I can't find the build/iPhone directory
Hello all,
I have come to the point where I need to create an ipa so I can test my App
My first question - can someone ponint me in the right direction for some good documentation that tells me how to do this.
Also in my Studio I cannot find build/iPhone directory. Is this normal or do I need to do something that creates this directory within my project. From what I can gather from reading posts is that I have to build my project in order to create the ipa but i'm expecting something in the build folder in order to do this.
Any assistance is greatly appreciated as I need the ipa to test my App using testflight as a distribution method.
Thanks
2 Answers
-
Accepted Answer
Start reading this:
http://wiki.appcelerator.org/display/guides/Preparing+for+Distribution
build
folder is not shown in Titanium Studio, but if you browse in finder to the project folder you will find it there. Anyway, you do not need the build folder, Titanium Studio build the ipa file for you.Use "Run on device" from Titanium Studio to create a .ipa file signed with a development profile. You will be able to "rescue" the ipa file from your iTunes software (right click the app > Reveal in finder). Or use "Distribute - App Store" in Titanium Studio to create a distribution signed .ipa file. Then go to xCode > Window > Organizer > Archives and there will be your file.
-
Hello ,
I'm using new Appcelerator Titanium studio.
i click on Publish > Distribute - adhoc/enterprise. I have set certificate , provision profile all correct and mentioned an
output location of ipa file.
As soon as i click on package. Everything disappear and no error message , no output , nothing on console.I have checked archive of xcode orgraniser , nothing was there too.
Don't know what happening and where i can find my ipa file
struggling since yesterday