mapbox / DEPRECATED-mapbox-ios-sdk

REPLACED – use https://www.mapbox.com/ios-sdk instead
https://github.com/mapbox/mapbox-gl-native
Other
322 stars 8 forks source link

Pod and Static install conflict with FMDB version #561

Open ghost opened 9 years ago

ghost commented 9 years ago

I have a current project that needs offline map functionality. Went to install the map box-ios-sdk via Pod and it could not satisfy the FMDB requirement:

[!] Unable to satisfy the following requirements:

Seems like AWSiOSSDKv2 wants FMDB 2.4.0 and map box wants FMDB 2.3. So I tried the Static install, and when I compile my project I get 40+ duplicate symbols - the map box lib duping symbols with the existing pod lib (all dupes are from the FMDB package of each lib). Seems that Objective-C and namespaces is a no go eh?

Any work arounds for 3rd party libraries butting heads like this?

aidanlister commented 9 years ago

Yeah two pretty major libraries that don't like each other :( Is there a workaround?

jrichau commented 9 years ago

I am seeing the same conflict - anyone figure out a way around?

joeytat commented 9 years ago

I'm having the same problem. Anyone solved this ?

davidm49090 commented 9 years ago

This podspec is still creating conflicts with Pods using FMDB 2.5 including SpatialDBKit. Could we bump up the FMDB version?