Closed subhash279 closed 3 years ago
on Podfile
platform :osx, '10.14'
on Podfile
platform :osx, '10.14'
Hi @putraxor,
After bumping up the version specified in the Podfile, I am getting the error below. How did you get around it?
Launching lib/main.dart on macOS in debug mode... Running pod install... Building macOS application...
Never mind... I figured out how to fix this. I just need to re-compile Runner.xcodeproj with macOS Deployment Target set to my current Mac OS version (10.15)!
Hi, Is there a reason to set minimum macOS version to 10.14? I think most apps still run on 10.12.
Thanks!