Finally to avoid this issue please update cocoapods to latest version.
gem install cocoapods --user-install
Post
Replies
Boosts
Views
Activity
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.
Always nice to help you guys 🫡
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...
And now we have this bug in public update 14.3.
How to fix this issue?
Build success but archive failed.