product · inferred from evidence
archive xcargs
A flag or parameter used to pass additional arguments to the archive phase in Xcode builds.
- 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.