Skip to content

mbed-cli is broken on MacOS Catalina #930

@iotexpert

Description

@iotexpert

When I installed MacOS Catalina the MBEDCLI stopped working.

I made a HACK by changing the path to the Terminal.app in the file:

The file /Applications/MBEDCLI.app/Contents/Resources/script

open Terminal and call run-mbed-cli.sh, use Popen instead of subprocess.call to pass in environment variables

subprocess.Popen(
["/usr/bin/open", "--fresh", "-a", "/System/Applications/Utilities/Terminal.app", "source/run-mbed-cli.sh"]
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions