Undefined symbols for architecture x86_64: “_OBJC_CLASS_$_GNSMessageManager” - NearBy native development for iOS in flutter app
问题 Just trying to build nearby natively in flutter app throws error Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_GNSMessageManager", referenced from: objc-class-ref in AppDelegate.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) I tried to change build setting architecture and build phase linked binary with library as well but nothing worked for me. Info.plist file <?xml version="1.0" encoding="UTF-8"?>