Post

Replies

Boosts

Views

Activity

Reply to Upgrade from xCode 14.2 to 14.3 PhaseScriptExecution failed with a nonzero exit code
Finally to avoid this issue please update cocoapods to latest version. gem install cocoapods --user-install
Replies
Boosts
Views
Activity
Apr ’23
Reply to Upgrade from xCode 14.2 to 14.3 PhaseScriptExecution failed with a nonzero exit code
Guys, if workaround do not work for you try this: Perform action one more time Pods deintegrate / integrate back Clear build folder via xCode Build again from scratch My original workaround successfully tested on native iOS app, Flutter app, Capacitor app.
Replies
Boosts
Views
Activity
Apr ’23
Reply to Upgrade from xCode 14.2 to 14.3 PhaseScriptExecution failed with a nonzero exit code
Always nice to help you guys 🫡
Replies
Boosts
Views
Activity
Mar ’23
Reply to Upgrade from xCode 14.2 to 14.3 PhaseScriptExecution failed with a nonzero exit code
Workaround is to update all the generated ...-frameworks.sh files to add the -f flag to the call to readlink. In other words, need to replace: source="$(readlink "${source}")" with source="$(readlink -f "${source}")" Seems this is CocoaPods issue...
Replies
Boosts
Views
Activity
Mar ’23
Reply to Upgrade from xCode 14.2 to 14.3 PhaseScriptExecution failed with a nonzero exit code
And now we have this bug in public update 14.3. How to fix this issue? Build success but archive failed.
Replies
Boosts
Views
Activity
Mar ’23