Incorrect ipa file naming

Hello,

I’m noticing that one of my projects (iOS) is being named with one of my other projects for the ipa file. I have not noticed this before, but I also can not find any reference to the ipa name anywhere within the configuration. Thoughts?

Thanks,
Ryan

Hi @rkrinjeck,

thanks for the question!

Which step do you use to generate your .ipa file?

The Xamarin Archive step.

If you use the Xcode Archive step please check the Generated Artifact Name input option of the step.

The default value of this option is ${scheme}, to name the artifact (ipa) based on the Scheme you build, but you might have changed this.

Will this affect the overall build if I have iOS and Android? I have the Xamarin Archive set now to generate both executables.