Created
July 15, 2018 15:21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
['clang', '-fobjc-arc', 'test.m.1.o', '-o/private/tmp/nix-build-mpv-0.28.2.drv-17/source/build/.conf_check_27fc32bd3b87bd160099ec029135760a/testbuild/testprog', '-framework', 'Cocoa', '-framework', 'IOKit', '-framework', 'OpenGL', '-framework', 'QuartzCore'] | |
err: Undefined symbols for architecture x86_64: | |
"_OBJC_CLASS_$_NSArray", referenced from: | |
objc-class-ref in test.m.1.o | |
ld: symbol(s) not found for architecture x86_64 | |
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment