apache / cordova-plugin-network-information

Apache Cordova Network Information Plugin
https://cordova.apache.org/
Apache License 2.0
464 stars 321 forks source link

XCode log: Permission denied for Signal strength query #81

Closed reksc closed 5 years ago

reksc commented 5 years ago

The plugin basically does what it is supposed to do 👍 but I get an error in latest XCode 10 in the console log:

[NetworkInfo] Signal strength query returned error: Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied", descriptor: <CTServiceDescriptor 0x283834d00, domain=1, instance=1>

Is this a known issue that I should ignore?

RameshkrishnanV commented 5 years ago

Same issue for me! is there any fix for this?

figure-ai commented 5 years ago

Same issue for me! is there any fix for this?

jcesarmobile commented 5 years ago

Apple SDKs sometimes log things that might sound confusing, but you can just ignore this one.

GreenRidingHood commented 5 years ago

that helped me https://stackoverflow.com/questions/37800790/hide-strange-unwanted-xcode-logs

rolinger commented 5 years ago

I am not certain this plugin is generating this error. I am getting this error twice when my app is compiled to a physical iPhone. I commented out related code and then removed the plugin but my app is still getting the same errors. I suspect it might be coming from FirebaseX plugin - not certain though.