You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:43:39: error: no visible @interface for 'CLLocationManager' declares the selector 'requestAlwaysAuthorization'
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:98:35: error: use of undeclared identifier 'kCLAuthorizationStatusAuthorizedAlways'; did you mean 'kCLAuthorizationStatusAuthorized'?
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:46:5: note: 'kCLAuthorizationStatusAuthorized' declared here
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:98:91: error: use of undeclared identifier 'kCLAuthorizationStatusAuthorizedWhenInUse'; did you mean 'kCLAuthorizationStatusAuthorized'?
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:46:5: note: 'kCLAuthorizationStatusAuthorized' declared here
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:103:59: warning: 'regionMonitoringEnabled' is deprecated: first deprecated in iOS 6.0 [-Wdeprecated-declarations]
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:132:1: note: method 'regionMonitoringEnabled' declared here
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:119:35: error: use of undeclared identifier 'kCLAuthorizationStatusAuthorizedAlways'; did you mean 'kCLAuthorizationStatusAuthorized'?
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:46:5: note: 'kCLAuthorizationStatusAuthorized' declared here
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:119:91: error: use of undeclared identifier 'kCLAuthorizationStatusAuthorizedWhenInUse'; did you mean 'kCLAuthorizationStatusAuthorized'?
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:46:5: note: 'kCLAuthorizationStatusAuthorized' declared here
Any ideas......
Thanks
Nick
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to integrate the plugin with a Telerik Platform project. When I build for iOS I get the following errors:
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:43:39: error: no visible @interface for 'CLLocationManager' declares the selector 'requestAlwaysAuthorization'
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:98:35: error: use of undeclared identifier 'kCLAuthorizationStatusAuthorizedAlways'; did you mean 'kCLAuthorizationStatusAuthorized'?
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:46:5: note: 'kCLAuthorizationStatusAuthorized' declared here
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:98:91: error: use of undeclared identifier 'kCLAuthorizationStatusAuthorizedWhenInUse'; did you mean 'kCLAuthorizationStatusAuthorized'?
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:46:5: note: 'kCLAuthorizationStatusAuthorized' declared here
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:103:59: warning: 'regionMonitoringEnabled' is deprecated: first deprecated in iOS 6.0 [-Wdeprecated-declarations]
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:132:1: note: method 'regionMonitoringEnabled' declared here
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:119:35: error: use of undeclared identifier 'kCLAuthorizationStatusAuthorizedAlways'; did you mean 'kCLAuthorizationStatusAuthorized'?
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:46:5: note: 'kCLAuthorizationStatusAuthorized' declared here
/tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:119:91: error: use of undeclared identifier 'kCLAuthorizationStatusAuthorizedWhenInUse'; did you mean 'kCLAuthorizationStatusAuthorized'?
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.m:10:
In file included from /tmp/6cd9f52f0044420ab0f78179dfaa1e13/Cordova350/Plugins/com.ogonium.goldberg.dov.geofencing/DGGeofencing.h:10:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CoreLocation.h:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLLocationManager.h:46:5: note: 'kCLAuthorizationStatusAuthorized' declared here
Any ideas......
Thanks
Nick
The text was updated successfully, but these errors were encountered: