An existing Flutter project, built and archived many times before.
After upgrading Xcode to 14.3, while trying to archive the project, I get the following error:
Command PhaseScriptExecution failed with a nonzero exit code
Tried to clean, update pods etc. Nothing helps…
Any ideas?
2
Answers
Just modified the frameworks.sh in my Project adding the "-f" and pressed "Archive" in XCode, so it worked again.
/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh
From the Apple Developer Forums