You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an iOS app with several embedded extensions.
In GitHub secrets, I have MY_PROVISION_PROFILE_1_BASE64, MY_PROVISION_PROFILE_2_BASE64, MY_PROVISION_PROFILE_3_BASE64, MY_PROVISION_PROFILE_4_BASE64
When I use mobileprovision-base64: ${{ secrets.MY_PROVISION_PROFILE_1_BASE64 }}
The section of the Action is fine:
But of course the build fails later because I don't have provisioning profiles for all the bundle ids. The above is true if I use any profile 1-4, as long as a I use only one at a time.
I have tried each of the individual profiles (they all pass this install_provisioning_profile step). I have tried many combinations of the various profiles together and I have not gotten any of them to work.
Do I understand this wrong? What can I do?
The text was updated successfully, but these errors were encountered:
I have an iOS app with several embedded extensions.
In GitHub secrets, I have
MY_PROVISION_PROFILE_1_BASE64
,MY_PROVISION_PROFILE_2_BASE64
,MY_PROVISION_PROFILE_3_BASE64
,MY_PROVISION_PROFILE_4_BASE64
When I use
mobileprovision-base64: ${{ secrets.MY_PROVISION_PROFILE_1_BASE64 }}
The section of the Action is fine:
But of course the build fails later because I don't have provisioning profiles for all the bundle ids. The above is true if I use any profile 1-4, as long as a I use only one at a time.
When I try more than one
the Action fails early with this:
I have tried each of the individual profiles (they all pass this
install_provisioning_profile
step). I have tried many combinations of the various profiles together and I have not gotten any of them to work.Do I understand this wrong? What can I do?
The text was updated successfully, but these errors were encountered: