No such module 'GoogleMaps' found however it is installed

前端 未结 6 2594
无人及你
无人及你 2021-02-20 03:21

I have installed the \'GoogleMaps\' pod using cocoa pods and the project was building correctly, however when I transferred my project to another device through iCloud (the proj

6条回答
  •  忘掉有多难
    2021-02-20 04:01

    For me to fix mine, I had to update my GoogleMaps pod.

    1. To check: pod outdated
    2. To update: pod update GoogleMaps
    3. To clean cache: pod cache clean --all (or you can specify GoogleMaps)
    4. To install: pod install

提交回复
热议问题