kelvinhokk / cordova-plugin-localization-strings

Cordova Plugin for Localization of Strings on the App
MIT License
119 stars 106 forks source link

CordovaError: Could not find *-Info.plist file, or config.xml file. #36

Closed dorianrod closed 2 years ago

dorianrod commented 5 years ago

Hi, I encountered an issue with installing and got this message:

cordova plugin add https://github.com/kelvinhokk/cordova-plugin-localization-strings.git --fetch Installing "cordova-plugin-localization-strings" for ios Failed to install 'cordova-plugin-localization-strings': CordovaError: Could not find *-Info.plist file, or config.xml file.

But the file config.xml is in the root directory as usual.

Does anyone knows how to avoid this message ?

Thanks,

DR

StefanRein commented 5 years ago

Do you have a *-Info.plist in your Resources folder in the iOS project?

zhangv commented 3 years ago

https://github.com/apache/cordova-ios/issues/764

rodrigograca31 commented 2 years ago

closing due to old age.