Monaca Build - Cocoapod settings for Google maps cordova plugin
-
Hello,
in my project i am using cordova-plugin-googlemaps for rendering google maps
https://github.com/mapsplugin/cordova-plugin-googlemapsAnd this supporting plugin, that should install googlemaps-sdk for iOS
https://github.com/mapsplugin/cordova-plugin-googlemaps-sdkWhen I am building app for Android, everything is Ok. But when I am building for iOS I am getting error, or Google maps did not install so I can’t use them.
I was lookig how to solve this. I thing it have something with CocoaPods or some dependencies when building app. I wrote to developer. He told that I must set
cordova-cli@9
andcordova-ios@8
. But I don’ know how to setup this when building app on Monaca.Can you please help me?
Many Thanks
-
Here is error from logs:
- postBuild - Remove DerivedData files... Remove IB Support files... Change Xcode Version to 10.1 Build Error: Error: Sandbox Exec Error: [ Ignoring configuration file '=NONE' because it could not be loaded. Reason: File could not be parsed due to preprocessing errors: The file “=NONE” couldn’t be opened because there is no such file. (/tmp/monaca/5cee380de78885ef23242c67/project/platforms/ios/=NONE)Error: ENOENT: no such file or directory, open '/private/tmp/monaca/5cee380de78885ef23242c67/project/platforms/ios/XXX.xcworkspace/project.pbxproj' ]