andreacremaschi / SpatialDBKit

An Objective-C lightweight spatial RDBMS (based on SQLite/SpatiaLite)
Other
73 stars 67 forks source link

EXC_BAD_ACCESS on spatialite_init(TRUE) #28

Open marychenyuan opened 7 years ago

marychenyuan commented 7 years ago

9b1fdd7d-143f-4805-bd83-fab5077d65ef

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 !