Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems building with Xcode 14.3 beta2 #1308

Closed
pepone opened this issue Mar 7, 2023 · 5 comments · Fixed by #1311
Closed

Problems building with Xcode 14.3 beta2 #1308

pepone opened this issue Mar 7, 2023 · 5 comments · Fixed by #1311

Comments

@pepone
Copy link

pepone commented Mar 7, 2023

I got this error when building with Carthage and Xcode 14.3 beta2

/Users/jose/Documents/3.7.9/ice/Carthage/Checkouts/PromiseKit/PromiseKit.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 13.3.99. (in target 'PromiseKit' from project 'PromiseKit')
** ARCHIVE FAILED **
@mxcl
Copy link
Owner

mxcl commented Mar 7, 2023

This is a warning not an error.

I cannot help with build/deploy issues, I recommend hiring a contractor with the relevant experience.

@mxcl mxcl closed this as completed Mar 7, 2023
@pepone
Copy link
Author

pepone commented Mar 7, 2023

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)

@ghost
Copy link

ghost commented Mar 30, 2023

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)

@mxcl
Copy link
Owner

mxcl commented Mar 30, 2023

Sure. I don't see what else can done tbh

@mxcl
Copy link
Owner

mxcl commented Mar 31, 2023

6.22.1 deploying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants