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

Does not compile on Sonoma with M2 #188

Open
parleer opened this issue Nov 4, 2023 · 0 comments
Open

Does not compile on Sonoma with M2 #188

parleer opened this issue Nov 4, 2023 · 0 comments

Comments

@parleer
Copy link

parleer commented Nov 4, 2023

Error when running make

Using swiftformat
Using swiftgen
Using swiftlint
Using xcodegen
Using carthage
Homebrew Bundle complete! 5 Brewfile dependencies now installed.
*** Checking out LaunchAtLogin at "v4.1.0"
*** Checking out MASShortcut at "2.4.0"
*** Checking out Preferences at "v2.2.1"
*** Checking out Sparkle at "1.26.0"
*** Checking out Defaults at "v4.2.2"
*** xcodebuild output can be found in /var/folders/lc/4bsmqr5n76sbgr4_9mdfv1300000gp/T/carthage-xcodebuild.icjABW.log
*** Valid cache found for Defaults, skipping build
*** Valid cache found for LaunchAtLogin, skipping build
*** Valid cache found for MASShortcut, skipping build
*** Invalid cache found for Preferences, rebuilding with all downstream dependencies
*** No cache found for Sparkle, building with all downstream dependencies
*** Downloading Sparkle binary at "1.26.0"
*** Building scheme "Preferences-Package" in Preferences.xcodeproj
Build Failed
	Task failed with exit code 65:
	/usr/bin/xcrun xcodebuild -project /Dozer/Carthage/Checkouts/Preferences/Preferences.xcodeproj -scheme Preferences-Package -configuration Release -derivedDataPath /Users/rparlee/Library/Caches/org.carthage.CarthageKit/DerivedData/15.0.1_15A507/Preferences/v2.2.1 ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive VALIDATE_WORKSPACE=NO -archivePath /var/folders/lc/4bsmqr5n76sbgr4_9mdfv1300000gp/T/Preferences SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Dozer/Carthage/Checkouts/Preferences)

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/lc/4bsmqr5n76sbgr4_9mdfv1300000gp/T/carthage-xcodebuild.icjABW.log
make: *** [build] Error 1

cat /var/folders/lc/4bsmqr5n76sbgr4_9mdfv1300000gp/T/carthage-xcodebuild.icjABW.log | grep 'error:'

clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a'; try increasing the minimum deployment target
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

No branches or pull requests

1 participant