Post

Replies

Boosts

Views

Activity

Reply to Unable to build project in Xcode 14.3 beta due to missing arc dir at /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib
What worked for me is described in this issue: https://github.com/flutter/flutter/issues/123852 The gist of it is that you change a line in this file : ios/Pods/Targets Support Files/Pods-Runner/Pods-Runner-frameworks.sh from source="$(readlink "${source}")" to source="$(readlink -f "${source}")" I hope the next flutter version will address this and this won't be necessary anymore. This fix is for Flutter 3.7.9
Apr ’23