Flutter: Error Running Pod Install
When you Run Debug in Flutter and you get error:
"Automatically assigning platform 'iOS' with Version 9.0 on target 'Runner' because no platform was specified. Please specify a platform for this target in you PodFile."
Error running pod install.
Error launching Application on iPhone 12 Pro Max.
Resolution:
Go to iOS --> PodFile
Uncomment "platform: iOS, '9.0'
Comments
Post a Comment