Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I can't find Runner/Runner directory in Flutter project

After creating a new Flutter project I can't find the Runner/Runner directory that is described in this documentation under step 3b - https://firebase.google.com/docs/flutter/setup#configure_an_ios_app

I am trying to add the file GoogleService-Info.plist to my project to configure an ios app.

Any help would be greatly appreciated.

like image 877
hello_friend Avatar asked Jan 31 '19 18:01

hello_friend


1 Answers

If you open your project in Xcode by opening your_project/ios/Runner.xcodeproj there should be a Runner folder inside another Runner folder. Right click the Runner folder that is inside the other Runner folder and click 'Add Files to "Runner"...'. Add the GoogleService-Info.plist file.

like image 60
hello_friend Avatar answered Sep 28 '22 16:09

hello_friend