Failed to archive #1470
Failed to archive
#1470
-
I'm able to successfully build this locally. in codemagic i get
build number: 640ed9b956eba88667b10cbe tried multiple things over the past days ... managed to maxout my free plan minutes :) |
Beta Was this translation helpful? Give feedback.
Answered by
icarusdust
Mar 13, 2023
Replies: 1 comment 3 replies
-
Hi @rares-lupascu, you are getting:
It means that executing your custom script in Xcode >> Target >> Build Phases >> Run Script is throwing this error. You need to check what custom shell script is there and correct it. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rares-lupascu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rares-lupascu, you are getting:
It means that executing your custom script in Xcode >> Target >> Build Phases >> Run Script is throwing this error. You need to check what custom shell script is there and correct it.