[!] Automatically assigning platform iOS
with version 12.0
on target Runner
because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform
.
CodePudding user response:
iOS -> Podfile -> change platform :ios, ’10.0’ to platform :ios, '12.0'
Run command “flutter clean”
Run command “flutter build iOS”
Run command “cd iOS”
Run command “pod update”
Run command “pod install”
Run command “flutter run”
CodePudding user response:
Uncommand the line no: 2 in Ios/Podfile. Like this platform :ios, ’10.0. and run application