rohan20 / flutter-chat-app

A chat app built on Flutter with firebase authentication and image sharing capability.
MIT License
1.13k stars 326 forks source link

Doesn't run on iOS #1

Closed rohan20 closed 6 years ago

rohan20 commented 6 years ago
The domain/default pair of (/Users/rohantaneja/FlutterProjects/flutter_chat_app/ios/Runner/Info, CFBundleIdentifier) does not exist
No application found for TargetPlatform.ios.
Is your project missing an ios/Runner/Info.plist?
Consider running "flutter create ." to create one.
rohan20 commented 6 years ago

The path to Info.plist was incorrect. Correcting that fixed the issue.