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
I met the same error while built my application under the latest Xcode version 14.3, actually we used a few of old third-party package some of them compiled with iOS 8.0 or a little higher, so I download a little older Xcode version 13.4 and find the missing libraries to the new Xcode version with the same path, clean and re-build anything works well. Hope this help to us all. cp /Users/burderly/Downloads/Xcode\ 13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/* to /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/
Apr ’23