Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open existing flutter project from Xcode?

Could not open file

I have an existing flutter project, which coded with VS Code. Now I want to open it from Xcode to do some configurations in Runner.xcworkspace. But it was unable to open the project from Xcode and it shows the above warning. So, how can I open my existing project from Xcode now?

like image 369
Chanaka Avatar asked Sep 14 '25 06:09

Chanaka


1 Answers

If you want to make changes in the Runner.xcworkspace and you are using VSCode, I would suggest you open the project in VSCode and Right-Click on the ios folder.

Here you will see an option: Open in Xcode.

Select that option and the iOS project of the Flutter project will open in Xcode and you can carry on with the changes as you want

One thing to note is that like Android Studio, Xcode is not supported for Flutter Development as of now so if you try to open the whole project it will not let you.

like image 64
Saheb Singh Avatar answered Sep 15 '25 21:09

Saheb Singh