-
Notifications
You must be signed in to change notification settings - Fork 527
fletd issue ‘dyld: Symbol not found: _utimensat’ on macOS 10.12.6 #779
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
Comments
Can you try this instead please? import flet as ft
def main(page: ft.Page):
t = ft.Text(value="Hello, world!", color="green")
page.controls.append(t)
page.update()
ft.app(target=main) You should be able to see a "Hello World". |
I don't think Flutter 3.x is compatible with macOS Sierra. Despite the official docs are saying "macOS 10.11 and later" I think that was for Flutter 2.x or docs are just not updated. Look, there is an issue to increase macOS requirements from 10.11 to 10.13 which is merged on July and there is even another issue (still open) to bump it even further from 10.13 to 10.14 (Mojave which is EOT a year ago). |
Thanks :) @ndonkoHenri @FeodorFitsner Looks like a incompatibility issue. $ ./fletd -v [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
$ ./fletd -v Abort trap: 6 Abort trap: 6 |
Go is in the same situation: golang/go#50855 - recent versions of Go are not compatible with macOS 10.12. |
Uh oh!
There was an error while loading. Please reload this page.
Description
Code example to reproduce the issue:
Error message
Flet version:
flet-0.2.4
Python version:
Python-3.7.5
macOS version:
10.12.6
The text was updated successfully, but these errors were encountered: