Not sure why I'm getting this error suddenly. Seems like the library isn't linking CocoaLumberjack but I'm not sure. Has anyone had this issue before?
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_DDLog", referenced from:
objc-class-ref in libRealmReact.a(GCDWebServerMultiPartFormRequest.o)
objc-class-ref in libRealmReact.a(GCDWebServerFileResponse.o)
objc-class-ref in libRealmReact.a(GCDWebServerConnection.o)
objc-class-ref in libRealmReact.a(GCDWebServerRequest.o)
objc-class-ref in libRealmReact.a(GCDWebServer.o)
objc-class-ref in libRealmReact.a(GCDWebServerFunctions.o)
ld: symbol(s) not found for architecture x86_64
I am on realm: 1.3.0
Had to remove my DerivedData and build directories to fix this bug.
and i could not find out witch biuld directories, could you please tell me ?
Few things that may help:
react-native unlink realm and react-native link realm
Most helpful comment
Few things that may help:
react-native unlink realmandreact-native link realm