1

After adding image_picker 0.8.6 into my pubspec.yaml file i get this error in my terminal and then it fails to run, here are images of the error and my info.plist fileBuild error 1Build error 2[info.plist file 1] info.plist 2

I edited my info.plist multiple times and even deleted my pubspec.lock file and running again but it failed.

answer: Basically guys the reason i was having this error was cause in my path there was a file with an ' , so be careful naming files.

MightyRoar
  • 11
  • 2

1 Answers1

0

Have you tried this?

1.You can change platform ios version, Go to your ios folder and open pod file then uncomment the platform ios version and change it to 11.

2.Remove the version number of image picker from pubspec.yaml file(It's work for me)

Umesh Rajput
  • 218
  • 1
  • 11