iOS XCode - Localization Errors involving "CopyStringsFile" & "pgm_Localizable.strings"
See original GitHub issueProblem or Bug Report: iOS XCode - Localization Errors involving “CopyStringsFile” & “pgm_Localizable.strings” This issue started very recently, probably due to some localization update. To ensure that the bug is from this plugin, I created a new project with latest Cordova, iOS Platform. The error is definitely happening due to the plugin. Any help much appreciated as I am not able to go around this problem and can’t compile any apps with the plugin.
If you choose ‘problem or bug report’, please select OS: (check one with “x”)
- Android
- iOS
cordova information: (run $> cordova plugin list
)
Using cordova-fetch for cordova-ios@latest
Adding ios project...
Creating Cordova project for the iOS platform:
Path: platforms/ios
Package: com.at1go.Okmaps
Name: OK Maps
iOS project created with cordova-ios@4.5.4
Installed platforms:
ios 4.5.4
+ cordova@8.0.0
No plugins added. Use `cordova plugin add <plugin>`.
Successfully installed cocoapods-1.4.0
Setup completed
cordova plugin add cordova-plugin-googlemaps --variable API_KEY_FOR_ANDROID=“XXX” --variable API_KEY_FOR_IOS=“XXX”
Installing "cordova-plugin-googlemaps" for ios
apple-ios version check failed
("/Users/p/Dropbox/www/at1go.com/app/platforms/ios/cordova/apple_ios_version"), continuing anyways.
apple-xcode version check failed ("/Users/p/Dropbox/www/at1go.com/app/platforms/ios/cordova/apple_xcode_version"), continuing anyways.
Installing "com.googlemaps.ios" for ios
Official document
https://github.com/mapsplugin/cordova-plugin-googlemaps-doc/blob/master/v2.0.0/README.md
Saved plugin info for "cordova-plugin-googlemaps" to config.xml
Just using cordova plugin add cordova-plugin-googlemaps
Current behavior: There are 2 version errors while installing the plugin as shown above even though both Cordova and the iOS Platform is latest.
And cannot compile any app including bare bones “Hello World” app with only this plugin because of some localization bugs.
Expected behavior: App Should compile without problems, which was happening until very recently when some localization features were added to the plugin.
Screen capture or video record:
Related code, data or error log (please format your code or data):
GitHub Project: https://github.com/avishekcode/OKMaps
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (8 by maintainers)
Top GitHub Comments
Okay, please reinstall the plugin from the multiple_maps branch. The issue should be gone.
Ok, I reproduced the trouble. It looks like one of the localized message file is affected. I have been inspecting.