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

Error on running ios example #21

Closed
vietstone-ng opened this issue Jan 16, 2022 · 1 comment
Closed

Error on running ios example #21

vietstone-ng opened this issue Jan 16, 2022 · 1 comment

Comments

@vietstone-ng
Copy link

vietstone-ng commented Jan 16, 2022

When I tried to run the example on iOS Simulator, I encountered the error as the screenshot.
After some research, I can fix with 2 steps below:

  • in Podfile, uncomment line 2 (remove the # character, means force build for ios 9 instead of default ios 8)
    platform :ios, '9.0'
  • run pod install in ios folder

Although I can fix it with these 2 steps, I think this's not the correct change to make a new PR (especially pod install). Maybe some changes from Flutter configuration is the right solution.

<Error screenshot>
Screen Shot 2022-01-16 at 9 51 57 AM

@NikitaAmelinCR
Copy link
Collaborator

Hi @vietstone-ng! Sorry for delay. It has been fixed in #22. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants