platform · inferred from evidence
Codemagic
A CI/CD platform for mobile applications.
- altool error code -22020 unable to create an authenticated session on App Store Connect
How to fix: altool error code -22020 unable to create an authenticated session on App Store Connect. Use an app-specific password for App Store Connect instead of the regular Apple ID password. This is now documented in the Codemagic docs a
- Only some dSYMs get uploaded to Firebase Crashlytics from Codemagic
How to fix: Only some dSYMs get uploaded to Firebase Crashlytics from Codemagic. The verified fix from the maintainer thread, distilled into reusable steps.
- Xcode 14 build on Codemagic exits with status code 65
Xcode 14 build on Codemagic exits with status code 65. Pass CODE_SIGN_STYLE=Manual to xcodebuild via the archive xcargs, like --archive-xcargs CODE_SIGN_STYLE=Manual, to override the automatic development signing on that dependency.