cordova-plugin-geofence error on ios ionic -


i have installed cordova-plugin-geofence in project when try build gives following errors :-

the following build commands failed:

compileswift normal arm64 /users/itr/desktop/richboy/platforms/ios/onthelist/plugins/cordova-plugin-geofence/geofenceplugin.swift     compileswift normal arm64 /users/itr/desktop/richboy/platforms/ios/onthelist/plugins/cordova-plugin-geofence/swiftdata.swift     compileswift normal arm64 /users/itr/desktop/richboy/platforms/ios/onthelist/plugins/cordova-plugin-geofence/swiftyjson.swift     compileswiftsources normal arm64 com.apple.xcode.tools.swift.compiler (4 failures)  error: error code 65 command: xcodebuild args: -xcconfig,/users/itr/desktop/richboy/platforms/ios/cordova/build-debug.xcconfig,-workspace,onthelist.xcworkspace,-scheme,onthelist,-configuration,debug,-destination,generic/platform=ios,-archivepath,onthelist.xcarchive,archive,configuration_build_dir=/users/itr/desktop/richboy/platforms/ios/build/device,shared_precomps_dir=/users/itr/desktop/richboy/platforms/ios/build/sharedpch 

how resolve these errors ?

this solution work me:-  go project->platforms->ios->projectname(folder)->plugins->cordova-plugin-geofence. find 4 files replace file file content https://github.com/ypelud/cordova-plugin-geofence/tree/d2e1f22340ac2cd07559598fd290df462e75055d/src/ios 

Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -