-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter/Firebase #2831
Comments
Make sure you are adding
|
I add it and new error occur Launching lib/main.dart on iPhone SE (2nd generation) in debug mode... Xcode's output: finally, I think the problem related to firebase because I test my project before it and it is work, but I don't know exactly what is it. |
error: Build input file cannot be found: '/Users/saraalrabiah/Downloads/GoogleService-Info-4.plist' (in target 'Runner' from project 'Runner') You import the |
@liveplugin you mean i have to open ios in xcode then place it under runner? |
Yes.
|
@liveplugin and in android studio : Launching lib/main.dart on iPhone SE (2nd generation) in debug mode... Xcode's output: |
it is still not running with this error : Launching lib/main.dart on iPhone SE (2nd generation) in debug mode... Xcode's output: |
Perhaps, now, the problem is the outdated simulator you are using (Phone SE)... Try another more updated. |
@liveplugin and this is Xcode error : 2020-06-26 08:59:11.415553+0300 Runner[22597:159953] Configuring the default Firebase app... it says that I didn't download plist but I did it following your steps |
Well, in this error I don't know how to help. |
@Saraalr Please add this
flutter doctor -v
If the problem persist after adding this, can you please provide your |
this is occurs in Xcode : 2020-06-26 18:27:17.987427+0300 Runner[12496:114464] flutter: Observatory listening on http://127.0.0.1:52939/mxWUloO6HVI=/ and in the simulator: and in android studio it is remain the same error . |
@Saraalr This platform is not meant for assistance on personal code. Please see https://flutter.dev/community for resources and asking questions like this, |
My project where work perfectly, but when I add the Firebase and start work on it the I could not open it agin in the simulator
the output which I resive
Launching lib/main.dart on iPhone 11 Pro in debug mode...
Running Xcode build...
Xcode build done. 19.6s
Configuring the default Firebase app...
Connecting to the VM Service is taking longer than expected...
Still attempting to connect to the VM Service...
If you do NOT see the Flutter application running, it might have crashed. The device logs (e.g. from adb or XCode) might have more details.
If you do see the Flutter application running on the device, try re-running with --host-vmservice-port to use a specific port known to be available.
Exception attempting to connect to the VM Service: SocketException: OS Error: Connection refused, errno = 61, address = 127.0.0.1, port = 60093
This was attempt #50. Will retry in 0:00:01.600000.
Exception attempting to connect to the VM Service: SocketException: OS Error: Connection refused, errno = 61, address = 127.0.0.1, port = 60230
This was attempt #100. Will retry in 0:00:01.600000.
my flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 1.20.0-1.0.pre.157, on Mac OS X 10.15.5 19F101,
locale en-SA)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Android Studio (version 3.6)
[✓] Connected device (1 available)
• No issues found!
MBPalkhasbSara:~ saraalrabiah$ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, 1.20.0-1.0.pre.157, on Mac OS X 10.15.5 19F101,
locale en-SA)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Android Studio (version 3.6)
[✓] Connected device (1 available)
• No issues found!
The text was updated successfully, but these errors were encountered: