dapriett / nativescript-google-maps-sdk

Cross Platform Google Maps SDK for Nativescript
MIT License
244 stars 169 forks source link

Conflicts with @triniwiz/nativescript-image-cache-it #470

Open liamcharmer opened 3 years ago

liamcharmer commented 3 years ago

When installing the google maps package, it stops the image-cache-it package working on iOS for some reason. Still works fine on Android however iOS no longer works.

liamcharmer commented 3 years ago

After investigation with @triniwiz , found that removing the line

source 'https://github.com/CocoaPods/Specs.git'

made it so the image loading did work with Image-Cache-It and the maps didn't break.