Skip to content

Instantly share code, notes, and snippets.

@cjroth
Created January 24, 2017 17:21
Show Gist options
  • Save cjroth/f082de62550e99abdbb2c06223038902 to your computer and use it in GitHub Desktop.
Save cjroth/f082de62550e99abdbb2c06223038902 to your computer and use it in GitHub Desktop.
ld: warning: ignoring file ./affdex-sdk/lib/libaffdex-native.so, file was built for unsupported file format ( 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 ) which is not the architecture being linked (x86_64): ./affdex-sdk/lib/libaffdex-native.so
Undefined symbols for architecture x86_64:
  "affdex::FrameDetector::FrameDetector(int, float, unsigned int, affdex::FaceDetectorMode)", referenced from:
      _main in main-678014.o
  "affdex::FrameDetector::~FrameDetector()", referenced from:
      _main in main-678014.o
ld: symbol(s) not found for architecture x86_64
clang: 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