我按照 here 的描述使用 Google Maps SDK v1.10 安装最新的 CocoaPods
安装工作正常,但 Xcode 无法编译小部件并出现以下错误:

(null): Auto-Linking supplied '/Users/tom/Dev/iOS/Noms/Pods/GoogleMaps/Frameworks/GoogleMaps.framework/GoogleMaps', framework linker option at /Users/tom/Dev/iOS/Noms/Pods/GoogleMaps/Frameworks/GoogleMaps.framework/GoogleMaps is not a dylib

手动添加框架(Google 不建议这样做)会导致

(空):“_vImageBoxConvolve_Planar8”,引用自:

有没有人为带有 Widget 的 Xcode 项目成功安装 GoogleMaps SDK

谢谢

最佳答案

对我来说很好用
转到 Target -> Build Setting -> Linking -> other linker Flag 并在 Debug 和 Release ios - 使用 Google Maps SDK CocoaPod 安装和 iOS 小部件-LMLPHP 中添加 $(inherited)

关于ios - 使用 Google Maps SDK CocoaPod 安装和 iOS 小部件,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/30576906/

10-10 08:35