Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Choose between Debug or Release Signing capabilities in branch configuration #1482

Open
louisiscoding opened this issue Dec 7, 2023 · 1 comment

Comments

@louisiscoding
Copy link

It doesn't really help you when you're facing trouble with the signing capabilities and adhoc/appstore mobile provisioning file.

Let me explain myself.

In XCode, i have two configurations under "Signing and Capabilities".

  • First one is debug, using a provisioning profile created using Ad hoc type
  • Second one is release, using a provisioning profile created using App store type

In my AppCenter configuration, in branch configuration.
For my develop branch, i set my ad hoc provisioning profile.
For my master branch, i set my release provisioning profile.

However, it doesn't seems like i can choose which Signing capabilities configuration it is going to be built with
So i'm facing the issue that i'm building an app on my develop branch, using ad hoc provisioning profile, and still it cannot be installed on my testers devices, because it seems like it is always using the "Release type" configuration defined in XCode


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants