Search for the following line in your project, it must be in ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh
file.
source="$(readlink "${source}")"
Replace that with:
source="$(readlink -f "${source}")"
Search for the following line in your project, it must be in ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh
file.
source="$(readlink "${source}")"
Replace that with:
source="$(readlink -f "${source}")"