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