You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running pod install in the ios directory of my flutter app, I am getting:
[!] CocoaPods could not find compatible versions for pod "mobile_scanner":
In Podfile:
mobile_scanner (from `.symlinks/plugins/mobile_scanner/ios`)
Specs satisfying the `mobile_scanner (from `.symlinks/plugins/mobile_scanner/ios`)` dependency were found, but they required a higher minimum deployment target.
In XCode I have set the minimum deployment target to iOS 15.5 and and ios deployment target to 15.5 in build settings.
I am using XCode version 15.4, on a M2 Mac Studio running sonoma 14.5
I have also tried setting the deployment versions to 16 and over, but that didn't seem to help.
Any thoughts would be greatly appreciated, or if you need more info from me, please let me know I would be happy to provide.
Thank you!
Hey, firstly, thank you for the great library!
While running pod install in the ios directory of my flutter app, I am getting:
In XCode I have set the minimum deployment target to iOS 15.5 and and ios deployment target to 15.5 in build settings.
I am using XCode version 15.4, on a M2 Mac Studio running sonoma 14.5
I have also tried setting the deployment versions to 16 and over, but that didn't seem to help.
Any thoughts would be greatly appreciated, or if you need more info from me, please let me know I would be happy to provide.
Thank you!
Attached is my pubspec file.
pubspec.txt
Not that it is super relevant, but it runs great on Android.
The text was updated successfully, but these errors were encountered: