skip to Main Content

I can not run application on any device or simulator in android studio or from xcode

i tried to select any destination but the destinations window are not opening
and i tried to making flutter clean and run application again and tried to restart xcode,
android studio and my mac and nothing changed

2

Answers


  1. Chosen as BEST ANSWER

    I solved it by adding runner folder from ios folder history and then choosing new Scheme in xcode so that xcode displays my project and I can run my project now


  2. Generate iOS Folder

    For Creating only an iOS Folder into your existing Flutter project

    flutter create --platforms ios swift
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search