I'm trying to figure out why my CI process is naming the output IPA the way it is. I've been told it's Xcode that makes this determination, but I cannot find any information on how.
To be clear, an IPA is being produced and it is correct in every way except the file name. I can rename the file, but I want the CI to produce the correct name because currently it's quite confusing (it has the wrong environment name in the file).
How does Xcode decide what to call the IPA?
IPA name is determined by Xcode (Till XCode 14) from
Your Project -> Project Target Dependency -> General -> Identity -> Display Name
e.g.
Your IPA name is determined from Display Name
.
ipa name is determined by Product Name
in Xcode Build Settings
-> Packaging
section. After changing the value of Product Name
, you can see
that the product name under the Products
folder has been changed too.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With