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
Use an app-specific password for App Store Connect instead of the regular Apple ID password. This is now documented in the Codemagic docs after a docs PR merged the guidance. App-specific passwords are generated from the Apple ID account pa
- Only some dSYMs get uploaded to Firebase Crashlytics from Codemagic
Drop the | head -1 so every dSYM archive is uploaded, not just the first match. The corrected script lists all dSYM files, resolves the parent directory of each zip, and runs upload-symbols against all of them. The reporter confirmed all sy
- 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. The reporter fixed their build this way and closed the issue.