Skip to content
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

🐛 [firebase_core] MissingPluginException(No implementation found for method Firebase#initializeCore on channel plugins.flutter.io/firebase_core) #4617

Closed
DineshTaral123 opened this issue Jan 11, 2021 · 1 comment
Labels
Needs Attention This issue needs maintainer attention. type: bug Something isn't working

Comments

@DineshTaral123
Copy link

The app is working fine in Android but when i try to run same app in iOS (Real Device 14.3) it showing me an error " MissingPluginException(No implementation found for method Firebase#initializeCore on channel plugins.flutter.io/firebase_core)" . My all configurations with iOS is done as showing in Readme.md file, and also tried with different projects but getting same error.
my main.dart file is

void main()async{
WidgetsFlutterBinding.ensureInitialized();
try {
await Firebase.initializeApp();
}catch(err){
print("$err");
}
runZonedGuarded(() {
SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
runApp(MyApp());
}, (error, stackTrace) {
print('runZonedGuarded: Caught error in my root zone.');
});
}

@DineshTaral123 DineshTaral123 added Needs Attention This issue needs maintainer attention. type: bug Something isn't working labels Jan 11, 2021
@markusaksli-nc
Copy link
Contributor

Closing this as a duplicate of #4605

Please do not open multiple issues for the same problem

@firebase firebase locked and limited conversation to collaborators Feb 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Needs Attention This issue needs maintainer attention. type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants