You need this steps to solved this Problem:
- Open your project in Xcode.
- Click on your project.
- Click on your project under Targets.
- Hit the build phases tab.
- Open “Copy Bundle Resources” near the bottom.
- Look for any resources listed in red, and drag/drop them manually there.
I found the files under:
-
Download the files and drag it into Xcode or paste the files into the needed location:
projektname/platforms/ios/Appname/Plugins/org.apache.cordova.geolocation -
close XCode
-
do: ionic build ios
-
start XCode and run your app
It works for me!!