cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE 1.1.0 don't start on a Mac OS.

jihzed
Associate II

FileVault can't open check the application : "STM32CubeIDE.app is damaged and can't be open. You should placed it in garbage" (translated from french, don't sure all the world in english MacOS).

Mac OS 10.14.5.

I've the admin right and I can install, it's not the problem, and I've allow the start in System Preferences.

It's like a corrupted file.

1st picture : check of application by system ; 2nd picture : alert message.

0690X00000AsNLoQAN.jpg

 0690X00000AsNLtQAN.jpg

EDIT : the version 1.0.2 of STM32CubeIDE looks run. For moment I will use it. The problem is for 1.1.0 only. The CubeMX interface is not compatible with 1.1, and it's not possible to exange project.

14 REPLIES 14
cgome.1534
Associate

Go to Applications , then "right click" on "STM32CubeIDE" and then click "Open".

If you have Catalina, I recommend you downgrade to Mojave, as there are a plenty of problems with this SO yet.

jihzed
Associate II

Right click : Don't run… same problem

I 've upgrade to 10.14 for another application.

xattr -cr /Applications/STM32CubeIDE.app

Thanks ! It's start.

I just add "sudo" :

sudo xattr -cr /Applications/STM32CubeIDE.app

thanks !

Cartu38 OpenDev
Lead II

Sounds STM32CubeIDE 1.2.0 is solving primary trouble not facing issue anymore

tstel.1
Associate

This is still an issue with the package released by ST: STM32CubeIDE 1.2.0 fails to verify on Mac OS 10.14.6 / Mojave

Clearing the file quarantine attributes with the command line:

sudo xattr -cr /Applications/STM32CubeIDE.app

does work, but should not be necessary.

I had to do this as well.

Version: 1.2.0

Build: 5034_20200108_0926 (UTC)

High Sierra 10.13.6

MattKefford
Associate III

Oh my god 🥵 this has been the most arduous installation i've ever done.

Two hours later and I've finally got xattr to work (multiple python installations are complicated!) and found a command that will delete the quarantine lock.

When I tried sudo xattr -cr I got "option -c not recognized" so I had to do:

sudo xattr -d com.apple.quarantine /Applications/STM32CubeIDE.app

And now, finally, I have a program that will open...this is a terrible experience just to test out an IDE. I hope it's good! :>

GGowi.1
Associate II

I'm running 1.3.1 without any issues on my Mac. Is there any reason why you need to be on an older version?