segment-integrations / analytics-ios-integration-amplitude

The Amplitude analytics-ios integration.
MIT License
11 stars 45 forks source link

Unable to upgrade to latest Amplitude: Amplitude pin too restrictive #89

Open benasher44 opened 3 years ago

benasher44 commented 3 years ago

Hi there! I'm trying to upgrade to the latest Amplitude and Segment-Amplitude, but the pin for Amplitude is set to '~> 7.0.1'. This only allows for 7.0.1 or greater, up to not but including 7.1.0. I think you want something like '>= 7.0.1', '< 8.0' (guessing). With the current setup though, it's not possible to update Segment-Amplitude and Amplitude to the latest versions, to date using CocoaPods.

benasher44 commented 3 years ago

Looks like this broke in 3.2.2: https://github.com/segment-integrations/analytics-ios-integration-amplitude/commit/33d03fc635677c8c146dfc815b21fdbe05dab453#diff-6aae08537daea297554f5f49d7a3d875c5e27c6041d43ba0d086d789282769a0R25