No such module 'GoogleMaps' found however it is installed

前端 未结 6 2573
无人及你
无人及你 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:06

    This worked for me:

    1. Close the Xcode.
    2. Remove all pods from project (pod deintegrate)
    3. Clean Pods cache (pod cache clean --all)
    4. Install all pods again (pod install)

提交回复
热议问题