XCode keep search for flutter windows path

Issue

I try to build IOS version to my flutter app

I’m using virtual box with macOC catalina

after edit flutter & app path in XCode like:

enter image description here

when I start to build app archive, XCode show this code
That mean its still looking for flutter windows path (C:\src\flutter……….)

2

what’s wrong here?!

Solution

Before running your project in xcode
Do

  1. flutter clean
  2. flutter pub get
  3. go yo your iOS directory in side terminal and run pod install

And remember to run flutter commands you have to download flutter SDK (in your MacOs)

Answered By – Muhammad Ali Raza

Answer Checked By – Mary Flores (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *