mapsplugin / cordova-plugin-googlemaps

Google Maps plugin for Cordova
Apache License 2.0
1.66k stars 918 forks source link

MainViewController.h file not found when compiling on iOS #2858

Open stib opened 3 years ago

stib commented 3 years ago

I'm submitting a ... (check one with "x")

OS: (check one with "x")

Hi,

I am moving an old Ionic app using google-maps with cordova to Ionic 5 with capacitor. When I try to compile the project in XCode I get the error that MainViewController.h file is not found. Screenshot is included below.

I tried using both the latest beta version of google-maps as below "@ionic-native/google-maps": "^5.27.0-beta-20200630" and "@ionic-native/google-maps": "^5.5.0",

I am using this core package "@ionic-native/core": "^5.31.1"

Don't find anything on Google except this link that seems to say this is not supported. But I created a simple test application using basic map on a page and that works fine.

Not quite sure how to resolve this issue.

image

image

Thank you for any help/pointers. Sanjay.

wf9a5m75 commented 3 years ago

This plugin does not support Capacitor yet. Sorry

mjjoshi commented 7 months ago

How to resolve this issue