I have to deleted the libNativeStrands.a file which uses UIWebView. After that I am getting the below error OBJC_CLASS$_IMNativeStrands",InMobi

Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_IMNativeStrands", referenced from:
      objc-class-ref in IMNativeAdTableCell.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
1

There are 1 best solutions below

13
Bharath NS On

IMNativeAdTableCell.m seems to be still referencing libNativeStrands.

  1. check the architecture you are building for.
  2. Check for the class IMNativeStrands in your code.
  3. Clean up derived data directory(may be you have done it already. /Users//Library/Developer/Xcode/DerivedData//Build/