
Hi,
When I used cocoapods(v1.2.0) in xcode to get SpatialDBKit framework, it keeps to appear the problem:
Podfile content:
"platform :ios, '8.0'
target 'GlobalRouteHD' do
pod 'SpatialDBKit'
pod 'WhirlyGlobe', :git => 'https://github.com/mousebird/WhirlyGlobe', :branch => 'master'
end"
How can I fix the problem? Thank you !