Search code examples
flutterimagepickerflutter-ios

Flutter image picker not working in ios 14 with Mac M1 chip simulator


Image picker appears with list of images , but cannot pick an image from list. I have already added camera permission to plist file. It working in real device with ios 12.6. I am using ios 14 simulator in Mac M1 machine.


Solution

  • Try upgrading to Xcode 13.1. It worked for me.