自动链接提供... GooglePlaces和GoogleMapsBase ...不是dylib

时间:2016-11-15 00:23:58

标签: ios swift xcode google-places eureka-forms

我正在使用CocoaPods将GooglePlacesRow(Eureka框架的扩展)集成到我的应用程序中。 GooglePlaces和GoogleMapsBase框架应该包含在GooglePlacesRow / Frameworks中,所以我需要做的就是简单告诉Xcode这些框架是通过将$(PROJECT_DIR)/Pods/GooglePlacesRow/Frameworks添加到Build Settings/Framework Search Paths中指示的。{ / p>

但是,我仍然收到以下警告:

Auto-Linking supplied '.../Pods/GooglePlacesRow/Frameworks/GoogleMapsBase.framework/GoogleMapsBase', framework linker option at .../Pods/GooglePlacesRow/Frameworks/GoogleMapsBase.framework/GoogleMapsBase is not a dylib

Auto-Linking supplied '.../Pods/GooglePlacesRow/Frameworks/GooglePlaces.framework/GooglePlaces', framework linker option at .../Pods/GooglePlacesRow/Frameworks/GooglePlaces.framework/GooglePlaces is not a dylib

我已经检查了这些threadthread,但我的情况有点不同,因为我不必再次手动导入GooglePlaces和GoogleMapsBase库。我是对的吗?

0 个答案:

没有答案