Closed pepone closed 1 year ago
This is a warning not an error.
I cannot help with build/deploy issues, I recommend hiring a contractor with the relevant experience.
sorry the actual error was above the warning
ld: file not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
We are seeing the same issue on Xcode 14.3 RC2. It looks like Apple has stopped shipping libarclite_iphoneos.a separately 1. Bumping the minimum target to 11.0 which is the lowest supported by Xcode 14 resolves the issue.
@mxcl Would you accept a MR / or consider bumping the minimum target to iOS 11.0?
This error occurs when trying to build v6
using Xcode 14.3 RC2.
ld: file not found: /Applications/Xcode-14.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a clang: error: linker command failed with exit code 1 (use -v to see invocation)
Sure. I don't see what else can done tbh
6.22.1 deploying
I got this error when building with Carthage and Xcode 14.3 beta2