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

Updated README to run the example. #265

Merged

Conversation

manhluong
Copy link
Contributor

Why this PR?

Executing flutter run in the example folder, with a running iPhone XR simulator, causes the following error:

Launching lib/main.dart on iPhone XR in debug mode...

Oops; flutter has exited unexpectedly.
Sending crash report to Google.

From the log, I can read:

FileSystemException: FileSystemException: Getting current working directory failed, path = '' (OS Error: Too many open files, errno = 24)

Which is the problem reported here: trentpiercy/trace#1

How this PR fixes the issue?

Updated the README with the instructions I found in the link.

What are the expected outcomes after the merge?

It is possible to run the example app in the iOS simulator.

@johnpryan
Copy link
Collaborator

thanks! I think this is happening because the example uses a lot of tiles... added an issue to track #269

@johnpryan johnpryan merged commit e12d160 into fleaflet:master Apr 23, 2019
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

Successfully merging this pull request may close these issues.

2 participants