Skip to content

bug: Flet app cannot start on macOS Sequoia 15.7.5 #6496

@bibibo-77

Description

@bibibo-77

Duplicate Check

Describe the bug

I am trying a very simple example code and app cannot start. The application window still shows the status working.

Code sample

Code
import flet as ft


def main(page: ft.Page):
    
    page.add(ft.Text(value="Hello, world!"))


ft.run(main)

To reproduce

flet run main.py

Expected behavior

No response

Screenshots / Videos

Captures Image

Operating System

macOS

Operating system details

Sequoia 15.7.5

Flet version

0.85.1

Regression

Yes, it used to work in a previous Flet version (please specify the version in additional details)

Suggestions

No response

Logs

Logs
[Paste your logs here]

Additional details

no problem with Flet 0.80.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions