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
fix(ci): correct Android preflight endpoint and force iOS Distribution signing
- Android: switch preflight from /edits/{editId}/bundles (scoped to the
current edit, always empty) to /edits/{editId}/tracks. Iterate every
active release across every track and pick max(versionCode)+1. Fixes
versionCode-1 collisions caused by the bundles endpoint reporting
empty for a fresh edit.
- iOS: pbxproj inherits the RN-template default
CODE_SIGN_IDENTITY[sdk=iphoneos*] = "iPhone Developer"
which forces Development signing on Release archives. That made
-allowProvisioningUpdates request a Development profile (and try to
register the runner machine as a dev device). Override at xcodebuild
invocation time with CODE_SIGN_IDENTITY="Apple Distribution" (and the
same SDK-conditional variant) so xcodebuild provisions an App Store
distribution profile via the API key.
Part of MAGE-464
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments