App can't run on IOS devices..
App working without problem on android devices, but can't run on IOS devices...
@Ronak99 built his app on windows, I so 'flutter create' builds files for windows. I had same issues when I tried a project of mine.
I fixed it by 'flutter create" on mac and than copied 'lib' folder into mac..that fixed my flutter.h issue.
Very silly way to fix, but I think there are better ways..
for emoji_picker, I think you will have to figure it out on your own, sorry(don't own mac devices to test) https://pub.dev/packages/emoji_picker
App working without problem on android devices, but can't run on IOS devices...
Can you post the stack trace or the logs that you see in the console? That'll help a lot.
@Ronak99 Here are errors.

Seems this problem is caused by interrupting cocoapods install. Try:
- Remove ios/Flutter/Flutter.framework from your project
- Run "pod install" in ios directory. Flutter.framework should be generated, including Flutter.h file
- Run build
If still this problem persists, consider updating us.
@AjayrajSingh I try but it still shows the old error, anyone has any solution for this?
some of the packages have specific installation guidelines for Ios, worth having a look.