Hi, I created a simple project and it worked on Xcode < 14.3 . Now I have an error :
xcrun: error: can't exec '/Applications/Xcode.app/Contents/Developer/usr/bin/ld' (errno=Argument list too long) clang: error: linker command failed with exit code 71 (use -v to see invocation)
For all my apps, I can't compile and I have always this error (errno=Argument list too long) and I didn't find a solution on Internet.
I'm on MacOs 13.3.1 (a) (22E772610a) with xcode 14.3. Thank you