I'm getting this error when I try to open my app in Xcode (physical device, Iphone 14 pro).
ERROR: Plugin 'GooglePlayServicesChecker' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
FAILED pluginJSON = ["GooglePlayServicesChecker1589853407","GooglePlayServicesChecker","check",[]]
Details:
- There is no Google Play plugin on my project;
- I opened using .xcworkspace file;
- I did the 'undefined' WA for script;
- I tried to run pod install as described in documentation;
- I tried to run in virtual device;
- I searched on the forum here but only found old topics;
- If I create a empty project (only with a text and one event line, it works.