How to fix missing libarclite_iphoneos.a when using Flutter with Xcode 14.3
If you use Flutter with Xcode 14.3, you might get the following error:
File not found: /Applications/Xcode-14.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a
To fix this error, you need to upgrade Flutter to version 3.7.11 or above.
You can read more about the cause in this PR, Force plugin transitive dependencies to an ARC compatible version.