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'm unable to compile without errors
ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS) ld: warning: ignoring file /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture i386 in file /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd ld: warning: ignoring file /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/lib/libc++.tbd, missing required architecture i386 in file /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/lib/libc++.tbd Undefined symbols for architecture i386
It seems i386 has now been removed in OSX - removing it from the Makefile builds successfully.
The text was updated successfully, but these errors were encountered:
I can also confirm this issue. Removing the i386 architecture from the Makefile solved the issue for me as well.
Makefile
Sorry, something went wrong.
The command uname -r yields 18.2.0 as operating system release on my machine (running Mojave). Just for documentation purposes
uname -r
18.2.0
Confirming the solution proposed in above comments.
No branches or pull requests
I'm unable to compile without errors
It seems i386 has now been removed in OSX - removing it from the Makefile builds successfully.
The text was updated successfully, but these errors were encountered: