The variables profiles and mobileProfiles in
|
await createProvisioningProfiles(profiles, mobileProfiles) |
are swapped compared to what is expected by the called function.
This causes the inputs mobile-provisioning-profiles-base64 and provisioning-profiles-base64 to be swapped.
The variables
profilesandmobileProfilesinxcodebuild/src/index.ts
Line 179 in 133bcda
This causes the inputs
mobile-provisioning-profiles-base64andprovisioning-profiles-base64to be swapped.