I have created a small app but i am unable to run the app in ios simulator.
I have rerun pod install command many time.
i have tried to remove Podfile and Podfile.lock etc. I also tried flutter clean
and flutter pub cache repair
and then installed pod but nothing is working i am still unable to run the app.
I am using platform :ios, '11.0' in Podfile at the moment.
Asked
Active
Viewed 205 times
0

Bilal Rabbi
- 1,602
- 2
- 18
- 39
-
Have you run ```flutter doctor```? – CarlosSR May 11 '20 at 18:04
-
yes and it shows "• No issues found!" – Bilal Rabbi May 11 '20 at 18:09
-
Add us please what is your ```flutter run --verbose``` returning – CarlosSR May 11 '20 at 18:26
-
#0 throwToolExit (package:flutter_tools/src/base/common.dart:28:3) #1 RunCommand.validateCommand (package:flutter_tools/src/commands/run.dart:289:7)
#2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:590:11) #3 FlutterCommand.run. – Bilal Rabbi May 11 '20 at 18:28(package:flutter_tools/src/runner/flutter_command.dart:515:33) ....