'How to handle MISSING_PLUGIN_EXEPTION in Flutter with Firebase Core Plugin on IOS
for several days I have tried to link my Flutter app with Firebase Database. But unfortunately, whenever I want to start debugging the compiler gives back a missing plugin exemption concerning the firebase_core package. I have already seen some entries referring to this issue here on stack overflow but none of them worked for me. I have already followed the instruction steps by the installation guide on Firebase and included the Google Service File in my Xcode project. I already did flutter clean, deleted the pods folder and the pod file.lock file in IOS, tried to include the Firebase SDK package by using the add package option in Xcode. In the past, the connection between my Flutter project and the Firebase Database already worked but somehow it won't work now. I think that my issue deals with the new step in the installation process for Firebase Connection when I am asked to make use of the Firebase SDK in Xcode. In the following I'll add some more pictures for illustration. If someone had the same/a similar issue, it would be a huge help for me.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
