Undefined Symbols For Architecture X86_64 Mac
- Undefined Symbols For Architecture X86_64 Mac G++
- Undefined Symbols For Architecture X86_64 Mac Gfortran
I builded my app with xcode iOS8 under 32 bits architecture, it succeeded. When I builded it under 64 bits architecture (armv7, arm64), it failed with the following message: Undefined symbols for architecture x8664: 'OBJCCLASS$ATParams', referenced from: objc-class-ref in Tagger.o. Ld: symbol(s) not found for architecture x8664. I have not been able to coax ld into shedding light on where those external references are resolved so I cannot tell which location might be used.On our Mac running OS X 10.10 (Yosemite) with Xcode 6.1 it has.
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Kompozer for mac. 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
Comments
commented Sep 19, 2018
Undefined Symbols For Architecture X86_64 Mac G++
ref libuv/libuv#1367 after install libuv by on macOS, to compile it throws with I can see |
commented Sep 19, 2018
resolve by |