Open liamcharmer opened 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.
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.
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.