Failed to archive during command CompileSwift normal arm64 #1584
Replies: 3 comments
-
Hi @ClaeCarlson, first and foremost, your team is on a paid plan, therefore please reach out to our team next time via using the private chat widget in the UI for quicker responses. If you do not see the widget, make sure that no browser extensions are blocking it from appearing.
|
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
-
I faced the same issue and tried applying the solutions above, but it still did not work. I'm using: ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Build ID
644043006ca4753b79d36036
Failing command
xcode-project build-ipa --workspace "$XCODE_WORKSPACE" --scheme "$XCODE_SCHEME"
Problem
I'm having an issue during the build-for-distribution phase where CodeMagic fails to archive the build, exiting with a status 65. I'm not seeing any useful error log except this and a bunch of compilation logs
To note - before this, I was seeing the PhaseScriptExecution error. I specified
xcode: 14.2
in my codemagic.yaml file, but now I'm seeing this new error.I am able to archive successfully from my local Xcode 14.3 environment, using a tweak to the Pods-App-frameworks file on line 44:
source="$(readlink -f "${source}")"
What I've tried
--archive-flags "-destination 'generic/platform=iOS'"
and--archive-xcargs "CODE_SIGNING_REQUIRED=YES CODE_SIGNING_ALLOWED=NO"
to the build commandAny help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions