Skip to content

FlutterFlow AI CLI validate/run crashes on macos_x64 / Intel Mac after MCP read access succeeds #7099

@franzzedler

Description

@franzzedler

Can we access your project?

  • I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.

Current Behavior

FlutterFlow AI CLI / MCP read operations work successfully on an Intel MacBook Pro 2019. status, inspect, and resources all succeed and Codex can inspect the project.

However, when attempting to validate or run a tiny text-only edit, dart test / flutterflow ai validate crashes with a Dart VM error / Abort trap: 6.

flutterflow ai doctor reports:

Validator runtime: macos_x64
Validator platform support: unsupported
Supported platforms: macos_arm64, linux_x64, linux_arm64
Validator download is unavailable on this runtime

Expected Behavior

Either:

  • macos_x64 should be supported by the FlutterFlow AI validator,
    or
  • the CLI should fail gracefully with a clear recommendation for Intel Mac users, for example “use linux_x64 / Codespaces for validated edits,” and avoid a Dart VM crash.

Steps to Reproduce

  1. Use an Intel MacBook Pro 2019 / macos_x64.
  2. Set up FlutterFlow AI CLI workspace.
  3. Confirm that flutterflow ai status , inspect, and resources work.
  4. Use Codex MCP or CLI workflow to prepare a tiny text-only edit.
  5. Run dart test or flutterflow ai validate dsl/edit.dart --project-id .
  6. Observe Dart VM crash / Abort trap: 6.

Reproducible from Blank

  • The steps to reproduce above start from a blank project.

Bug Report Code (Required)

not inside FF

Visual documentation

Image

Environment

- MacBook Pro 2019, Intel
- Runtime: macos_x64
- FlutterFlow AI Doctor version: 0.2.0
- Dart SDK: 3.11.5 stable
- MCP read access succeeds
- Validation/edit pipeline fails locally

Additional Information

This blocks safe MCP editing for Intel Mac users, even though read-only MCP access works. It would be very helpful for early-stage founders, students, educators, and solo builders if macos_x64 support or a documented cloud/Linux workaround were available.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions