Hi,
After installed the Google Map plugin.
ionic cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID="MY_KEY" --variable API_KEY_FOR_IOS="MY_KEY"
npm install --save @ionic-native/google-maps
I got these errors when building with both ionic cordova
or XCode
Copy String File Error:
error: failed to remove /Users/xxx/Library/Developer/Xcode/DerivedData/xxx-hhualsifpvbgcedfdmvedteqcvdf/Build/Products/Debug-iphoneos/xxx.app/pgm_Localizable.strings: “pgm_Localizable.strings” couldn’t be removed.
error: couldn't remove '/Users/xxx/Library/Developer/Xcode/DerivedData/xxx-hhualsifpvbgcedfdmvedteqcvdf/Build/Products/Debug-iphoneos/xxx.app/pgm_Localizable.strings' after command failed: No such file or directory
I’ve try cordova clean
, XCode > product > clean
and removing and re-adding everything but still get the same error.
After removing the Google Map plugin the error is gone.
Does anyone has any idea on how to solve this issue? thank you in advance.
My Ionic Info
@ionic/cli-utils : 1.19.1
ionic (Ionic CLI) : 3.19.1
mac: latest version