We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
👋 I am trying to build configen for sonoma arm, but ran into some build failure as below:
... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-apple-macos10.10 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Os -L/tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/EagerLinkingTBDs/Release -L/tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/Release -F/tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/EagerLinkingTBDs/Release -F/tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/Release -filelist /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/configen.build/Release/configen.build/Objects-normal/x86_64/configen.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -object_path_lto -Xlinker /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/configen.build/Release/configen.build/Objects-normal/x86_64/configen_lto.o -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/configen.build/Release/configen.build/Objects-normal/x86_64/configen.swiftmodule -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/configen.build/Release/configen.build/Objects-normal/x86_64/configen_dependency_info.dat -o /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/Release/configen 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 Copy /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/Release/configen.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/configen.build/Release/configen.build/Objects-normal/x86_64/configen.swiftsourceinfo (in target 'configen' from project 'configen') cd /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2 builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/configen.build/Release/configen.build/Objects-normal/x86_64/configen.swiftsourceinfo /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/Release/configen.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/configen.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 14.4.99. (in target 'configen' from project 'configen') ** BUILD FAILED ** The following build commands failed: Ld /tmp/configen-20240804-4564-py2xbh/ConfigGenerator-1.1.2/build/Release/configen normal (in target 'configen' from project 'configen') (1 failure)
full log in here, https://github.com/Homebrew/homebrew-core/actions/runs/10231498764/job/28319900515
xcode 15.3 (issue reproducible for xcode 15.2 as well)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
👋 I am trying to build configen for sonoma arm, but ran into some build failure as below:
full log in here, https://github.com/Homebrew/homebrew-core/actions/runs/10231498764/job/28319900515
xcode 15.3 (issue reproducible for xcode 15.2 as well)
The text was updated successfully, but these errors were encountered: