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
To make changes to iOS project file, there are four scripts that are being run:
Add extra schemes
Add bundle id suffixes and apply them
Add extra build configurations
Assign match signing profiles to all the build configurations
Currently, there is some kind of race condition, when all are run one after another. Depending on the order of them being called, something doesn't get applied. Quick workaround was to add a small timeout to addBundleIdSuffixes, but would be nice to figure out the real issue and fix it.
The text was updated successfully, but these errors were encountered:
To make changes to iOS project file, there are four scripts that are being run:
Currently, there is some kind of race condition, when all are run one after another. Depending on the order of them being called, something doesn't get applied. Quick workaround was to add a small timeout to addBundleIdSuffixes, but would be nice to figure out the real issue and fix it.
The text was updated successfully, but these errors were encountered: