适用于 iOS 的 Google Places Framework 上架构 x86_64 的未定义符号

Son*_*ter 5 ios google-places google-maps-sdk-ios

我试图将谷歌地点框架添加到我已经使用谷歌地图框架的项目中。我已经添加GooglePlaces.framework, 并GooglePlaces.bundle从其资源中拖出,但是在构建应用程序时出现此错误。

Undefined symbols for architecture x86_64:
  "_GMSAllSDKCheckForUpdates", referenced from:
      -[GMSPlacesClient init] in GooglePlaces
  "_GMSSDKVersion", referenced from:
      -[GMSClearcutRequestGenerator logEventWithPlacesEvent:] in GooglePlaces
      +[GMSPlacesClient SDKVersion] in GooglePlaces
      _GMSPlacesServerUserAgent in GooglePlaces

      .....................

  "_OBJC_METACLASS_$_GMSBaseResources", referenced from:
      _OBJC_METACLASS_$_GMSPlacesResources in GooglePlaces
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run Code Online (Sandbox Code Playgroud)

我在它Link Binary with Libraries的 .

我在这里遗漏了任何步骤吗?任何帮助,将不胜感激。谢谢!