Post

Replies

Boosts

Views

Activity

Reply to Upgrade from xCode 14.2 to 14.3 PhaseScriptExecution failed with a nonzero exit code
Solution by @vadimwe worked for me! 👍 in APPNAME/ios/App/Pods/Target Support Files/Pods-App/Pods-App-frameworks.sh replaced source="$(readlink "${source}")" with source="$(readlink -f "${source}")" you don't need to build the code again after you change . Make the change in VS code and then go straight to xcoud > Product > Archive
Replies
Boosts
Views
Activity
Apr ’23