Home > database >  Pod install fails for Flutters video_editor example
Pod install fails for Flutters video_editor example

Time:01-04

I am able to clone and run flutter video_editor Android Studio Error xCode error

CodePudding user response:

It's work for me.

I download example from video editor.

Then in pubspec.yaml file I changed following

  # video_editor:
  #   path: ../
  video_editor: ^1.2.2

Then I fire command flutter pub get and pod install it's getting same error you want.

Then after I change platform :ios, '9.3' to platform :ios, '12.1' in pod file and changed deployment info 9.0 to 12.1 in target(Like below image) then fire commane pod install and it's work fine.

enter image description here

  •  Tags:  
  • Related