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.
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.
Thank you for any help/pointers. Sanjay.