Amplitude-Flutter icon indicating copy to clipboard operation
Amplitude-Flutter copied to clipboard

IOS Compile error

Open blueddarker opened this issue 5 years ago • 4 comments

Expected Behavior

IOS compile error

Current Behavior

IOS compile error.

Possible Solution

Steps to Reproduce

  1. amplitude_flutter: ^2.0.0
  2. flutter pub get
  3. Run
스크린샷 2020-12-11 오후 5 38 32

Environment

  • SDK Version: Amplitude (7.2.0)
  • Flutter Version: 1.22.5
  • Device: any iOS device
  • Device OS and Version: any iOS device

blueddarker avatar Dec 11 '20 08:12 blueddarker

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?

haoliu-amp avatar Dec 11 '20 20:12 haoliu-amp

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!'.

blueddarker avatar Dec 14 '20 00:12 blueddarker

You mean the line inside Pod file generated by Flutter? I am not sure if it's the problem of not having use_frameworks.

haoliu-amp avatar Dec 16 '20 20:12 haoliu-amp

Still the issue. If podfile doesn't contain use_frameworks! this error will be reproducible.

nechtas avatar Apr 13 '23 14:04 nechtas