Open guccisekspir opened 2 years ago
I'm getting the same error.
Without knowing more, I can say that I get these sorts of errors when there is a library conflict between this package and e.g. the Camera lib
How does the first lines of your ios/Podfile look? What fixed it for me was adding a specific minimum platform for the project manually. """
platform :ios, '9.0'
ENV['COCOAPODS_DISABLE_STATS'] = 'true' """
I made everything in read me but when I try to flutter run it gives this error. But when I try to run in xcode there are no any error. My app working perfectly. What can I do ? What is the different of flutter run & xcode run
flutter version: latest stable package version: latest stable