Amplitude-Flutter
Amplitude-Flutter copied to clipboard
IOS Compile error
Expected Behavior
IOS compile error
Current Behavior
IOS compile error.
Possible Solution
Steps to Reproduce
- amplitude_flutter: ^2.0.0
- flutter pub get
- Run
Environment
- SDK Version: Amplitude (7.2.0)
- Flutter Version: 1.22.5
- Device: any iOS device
- Device OS and Version: any iOS device
Hello, I was not able to produce this. I tested on Flutter 1.20.0, 1.22.0 and 1.25.0. What version of Xcode do you use?
xcode version is 12.2 (12B45b) Maybe it's a problem because I don't use the 'use_frameworks!'. My project should not use the 'use_frameworks!'.
You mean the line inside Pod file generated by Flutter? I am not sure if it's the problem of not having use_frameworks.
Still the issue. If podfile doesn't contain use_frameworks! this error will be reproducible.