-
Notifications
You must be signed in to change notification settings - Fork 172
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
App can't run on IOS devices.. #15
Comments
@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) |
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:
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. |
App working without problem on android devices, but can't run on IOS devices...
The text was updated successfully, but these errors were encountered: