iOS Question Where is the compiled IPA file on the builder Mac located?

JohnC

Expert
Licensed User
Longtime User
I understand that we need to use a MAC to upload an app to the itune app store.

Since I am using a local MAC for the building process, I am hoping the compiled IPA file is still located on the MAC after I do a build.

So, instead of doing a "download latest build app" to copy the compiled IPA file onto my PC, then copy it back to the builder mac, where on the MAC is the compiled IPA located so I can just uploaded it from the MAC itself instead of having to download it to my PC first?
 

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi.
Assume b4i mac builder directory is C:\
in this exist directory with name "UploadedProjects"
in this directory exist directory with name that in b4i in b4i setting you enter and in this directory exist ipa file
 
Upvote 0

JohnC

Expert
Licensed User
Longtime User
Thanks. I see the IPA file.

But the name of the directory where the IPA file was in was named "xxxxx" and I can't see anywhere in my project where I specified such a name.
 
Last edited:
Upvote 0

Pendrush

Well-Known Member
Licensed User
Longtime User
Thanks. I see the IPA file.

But the name of the directory where the IPA file was in was named "xxxxxxx" and I can't see anywhere in my project where I specified such a name.

Check in B4i menu, Tools -> Build Server -> Server Settings and look on "User id"
 
Last edited:
Upvote 0

JohnC

Expert
Licensed User
Longtime User
Ahh...great thanks!
 
Upvote 0
Top