No such module 'GoogleMaps' found however it is installed

前端 未结 6 2508
无人及你
无人及你 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 03:58

    It works for me:

    1. Delete folder Pods in your project folder.

    2. Delete file podfile.look and pods.xcodeproject (not delete podfile)

    3. Close X-Code and install pods in your terminal (pod install)

    4. Open X-Code, clean the project and run.

提交回复
热议问题