-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Getting "object file <FILE.o> was built for newer OSX version (15.0) than being linked (10.11)" #1402
Comments
Looks like "just" warnings then? I'll mark this as enhancement until we can correlate faulty behaviour to it (see #994). If anybody has any clues on how to get rid of the warning... |
For now I've just been redirecting STDERR to crystal build test.cr 2>/dev/null |
I suspect the warnings are related to having a beta Xcode 7 installed. |
This is just a harmless warning and eventually will be fixed with latest Xcode 7, I would not worry much about this for now. |
Alright, closing, probably nothing we can do anything about. If anybody knows a way to avoid or suppress it, feel free to share it anyway. |
I've just installed the latest xcode update and getting these errors now as well ld: warning: ld: warning: object file (./.crystal/Users/benoist/.....GroupResult.o) was built for newer OSX version (14.5) than being linked (10.10) |
…n Compiler/CompileUnit/TargetMachine area.
Should it be about removing the old Xcode or something? |
Running the http server sample:
Output:
The text was updated successfully, but these errors were encountered: