我必须获取所有附近的ATM,为此,我正在使用cocoapods使用CCXGoogleNearbyPlaces框架(参考:https://cocoapods.org/pods/CCXGoogleNearbyPlaces)
但是我不能使用CCXGoogleSDK类。我收到此错误:
最佳答案
您应该需要导入CCXGoogleNearbyPlaces。
导入CCXGoogleNearbyPlaces而不是导入CCXGoogleSDK
我必须获取所有附近的ATM,为此,我正在使用cocoapods使用CCXGoogleNearbyPlaces框架(参考:https://cocoapods.org/pods/CCXGoogleNearbyPlaces)
但是我不能使用CCXGoogleSDK类。我收到此错误:
最佳答案
您应该需要导入CCXGoogleNearbyPlaces。
导入CCXGoogleNearbyPlaces而不是导入CCXGoogleSDK