【发布时间】:2017-05-21 22:43:10
【问题描述】:
Here is the screenshot for the error.
跟随本教程https://developers.google.com/places/ios-api/start
在本教程中,步骤号之后发生错误。 4.
ruby 2.0.0p648(2015-12-16 修订版 53162)
pod v 1.1.1
xcode 版本 7.3.1 (7D1014)
错误“_OBJC_CLASS_$_GMSPlacesClient”,引用自:
错误铿锵声:错误:链接器命令失败,退出代码为 1(使用 -v 到 见调用)
1. 警告 ld:警告:自动链接提供 '/Users/harshilkotecha/IOS work/subViewDemo/Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/GoogleMapsBase',框架链接器选项在 /Users/harshilkotecha/IOS work/subViewDemo/Pods/GoogleMaps/Base/Frameworks/GoogleMapsBase.framework/GoogleMapsBase 不是 dylib
2. 警告 ld:警告:自动链接提供 '/Users/harshilkotecha/IOS work/subViewDemo/Pods/GooglePlaces/Frameworks/GooglePlaces.framework/GooglePlaces',框架链接器选项位于 / Users/harshilkotecha/IOS work/subViewDemo/Pods/GooglePlaces/Frameworks/GooglePlaces.framework/GooglePlaces 不是dylib
【问题讨论】:
-
将其他链接器标志设置为“$(inherited)”
-
解决您的问题?
标签: ios objective-c google-maps google-maps-api-3 google-places-api