Game Development Community

Where is my distribution build?

by Michael Cozzolino · in iTorque 2D · 08/04/2011 (2:48 pm) · 4 replies

I'm using 1.4.1 and compiling to distribute. Can't find the compiled file that I need to zip and submit to apple. In 1.4 it was in the Xcode_iPhone-->build-->Distribution-iphoneos

Did something change? Am I missing something? Everything compiles, no errors or provisioning issues just cant find the file.

Thanks.

#1
08/05/2011 (12:44 pm)
That's really strange. Did you switch Xcode or iOS SDK versions?
#2
08/05/2011 (1:47 pm)
Nothing changed no. Xcode 4.0.1 at the moment but downloading 4.0.2 now iOS 4.3.2 and now updating to 4.3.5
#3
08/05/2011 (2:59 pm)
@Michael C: I recommend using archive feature. This will compress the .app and put it in the organizer. From the organizer you can upload the app to itunes connect.

But if you still need to find the file. Click on on the folder tab in xcode (view->navigators->project navigator) then find the Products folder (collapse it) and right click on the .app folder and select 'show in finder'

Give that a try.
#4
08/06/2011 (2:15 am)
Found it in users-->Mike-->Library-->Developer-->XCode-->Derived Data

Thnaks @Johnny I looked in organizer under projects and saw the path. I tried the archiving but didn't work. I mean XCode said it archived but when I look under archives with Organizer I get nada. IDK if something is wrong but at least I can find the damn thing and it seems to be all good.

Thanks. Hope this helps someone else if they get this problem.