Friday 28 June 2019

ld: symbol(s) not found for architecture x86_64


Building iOS12 project with xcode 10

getting error as following

ld: symbol(s) not found for architecture x86_64

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_OpenAdapter", referenced from:
      objc-class-ref in PacketTunnelProvider.o
ld: symbol(s) not found for architecture x86_64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

solution 1:  make sure problematic files have targeted proper app in properties windows


solution 2:

No comments:

Post a Comment