google-nearby-messages

Undefined symbols for architecture x86_64: “_OBJC_CLASS_$_GNSMessageManager” - NearBy native development for iOS in flutter app

橙三吉。 提交于 2021-01-29 12:23:42
问题 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"?>

How to revoke Google Nearby permissions for an app?

喜你入骨 提交于 2020-03-05 03:55:27
问题 The first time I tried to test the Google Nearby API, I saw an "Allow to use Nearby" dialog which prompted for permission and this dialog mentioned that this setting could be changed later from Settings > Google > Nearby . However this location does not seem to exist on the app. I do see Settings > Google but there is no Nearby under the Google settings (tried on both device and emulator). I also found the same information online at https://support.google.com/accounts/answer/6260286?hl=en but

How to revoke Google Nearby permissions for an app?

筅森魡賤 提交于 2020-03-05 03:55:09
问题 The first time I tried to test the Google Nearby API, I saw an "Allow to use Nearby" dialog which prompted for permission and this dialog mentioned that this setting could be changed later from Settings > Google > Nearby . However this location does not seem to exist on the app. I do see Settings > Google but there is no Nearby under the Google settings (tried on both device and emulator). I also found the same information online at https://support.google.com/accounts/answer/6260286?hl=en but

Google NearbyMessages cocoapod generates “duplicate output file” error

五迷三道 提交于 2019-12-11 16:59:33
问题 I’m having a problem with NearbyMessages in Xcode 11.2. When I add pod 'NearbyMessages' and then do pod install , when I open the xcworkspace , I get a “duplicate output file” error resulting from the Assets.car that is generated by “[CP] Copy Pods Resources” build phase: warning: duplicate output file '/Users/.../DerivedData/NearbyDemo-elvzmjtrsxnstlemqnzociqoajhv/Build/Products/Debug-iphonesimulator/NearbyDemo.app/Assets.car' on task: PhaseScriptExecution [CP] Copy Pods Resources /Users/...