You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the installation or migration guide in the official docs should allow me to install the Amplitude Flutter SDK 4.0
Current Behavior
The docs specify iOS 10.0 as the minimum deployment target.
The amplitude podspecs specify iOS 13 as the minimum deployment target.
On pod install I received this error:
🤷 ❯ pod install
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "amplitude_flutter":
In Podfile:
amplitude_flutter (from `.symlinks/plugins/amplitude_flutter/ios`)
Specs satisfying the `amplitude_flutter (from `.symlinks/plugins/amplitude_flutter/ios`)` dependency were found, but they required a higher minimum deployment target.
Possible Solution
Update the docs to include
Add platform :ios, '13.0' to your Podfile.
Steps to Reproduce
Follow the steps in the installation guide
Set platform :ios, '10.0' in the podfile
Run pod install
No further steps
Environment
SDK Version: 4.0.0-beta.5
Flutter Version: 3.22.2
The text was updated successfully, but these errors were encountered:
Expected Behavior
Following the installation or migration guide in the official docs should allow me to install the Amplitude Flutter SDK 4.0
Current Behavior
pod install
I received this error:Possible Solution
Update the docs to include
Steps to Reproduce
platform :ios, '10.0'
in the podfilepod install
Environment
The text was updated successfully, but these errors were encountered: