Skip to main content
All CollectionsBuildiOS
Where is my .ipa file?
Where is my .ipa file?
Jihye E avatar
Written by Jihye E
Updated over a week ago

If you have resaved your branch settings, your build no longer uses xcrun  to generate an .ipa  file; it uses xcodebuild  instead. Xcodebuild , unlike xcrun , doesn't allow generating an .ipa  file if the build is not signed; unsigned builds produce an .xcarchive  instead. If you wish to generate an .ipa  file with the artifacts of an unsigned build, you can use the .xcarchive  file to do so.

Did this answer your question?