Krishna Karki
Krishna Karki
having same issue.
Check it out https://ionicframework.com/docs/native/native-keyboard/
Are you using ionic keyboard also with this keyboard? Try this https://github.com/EddyVerbruggen/cordova-plugin-native-keyboard/issues/49
Having the same error. Did you figure out?
it says > Error: Cannot find plugin.xml for plugin 'package'. Please try adding it again. when i try to install the plugin.
I have the following plugins installed from Cordova and Capacitor @ionic-enterprise/[email protected] [capacitor] @ionic-enterprise/[email protected] [capacitor] @ionic-enterprise/[email protected] [capacitor] [email protected] [capacitor] [email protected] [capacitor] ✔ copy ios in 933.57ms [capacitor] ✔ Updating iOS plugins...
I tested on Xcode 12.4 and 13.2.1 with ios 13 and 14 the same error on all versions.
Yes this is my full info.plist file ``` CFBundleDevelopmentRegion en CFBundleDisplayName Little Star CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName $(PRODUCT_NAME) CFBundlePackageType APPL CFBundleShortVersionString 1.0 CFBundleURLTypes CFBundleURLSchemes fbapp_id CFBundleTypeRole Editor...
@rdlabo have the same error after removing google login plist I removed this ``` CFBundleTypeRole Editor CFBundleURLSchemes com.googleusercontent.apps.1034936433195-bihnegoa3n2dg20nm5nodl7s5s0h7tth ``` now it looks like this ``` CFBundleURLTypes CFBundleURLSchemes fbxxx CFBundleTypeRole Editor...
I removed that block and still the same issue 🤔