我有个错误
ld: framework not found GoogleMapsBase
clang: error: linker command failed with exit code 1 (use -v to see invocation)
在我的Swift iOS应用程序上安装GoogleMaps之后,在Xcode上运行构建时。
我该怎么解决?
最佳答案
我找到了解决办法。
GoogleMaps文件夹包含3个框架,而不是1个。
你需要包括所有3个而不是GoogleMaps
所以在这种情况下
GoogleMaps
GoogleMapsBase
GooglePlaces