Skip to main content
jihzed
Associate II
November 22, 2019
Question

STM32CubeIDE 1.1.0 don't start on a Mac OS.

  • November 22, 2019
  • 9 replies
  • 6736 views

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.

This topic has been closed for replies.

9 replies

cgome.1534
Visitor II
November 22, 2019

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
jihzedAuthor
Associate II
November 23, 2019

Right click : Don't run… same problem

I 've upgrade to 10.14 for another application.

cgome.1534
Visitor II
November 23, 2019

xattr -cr /Applications/STM32CubeIDE.app

jihzed
jihzedAuthor
Associate II
November 23, 2019

Thanks ! It's start.

I just add "sudo" :

sudo xattr -cr /Applications/STM32CubeIDE.app

thanks !

Cartu38 OpenDev
Graduate II
January 10, 2020

Sounds STM32CubeIDE 1.2.0 is solving primary trouble not facing issue anymore

tstel.1
Visitor II
January 28, 2020

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.

EMano.1
Visitor II
February 20, 2020

I had to do this as well.

Version: 1.2.0

Build: 5034_20200108_0926 (UTC)

High Sierra 10.13.6

MattKefford
Associate III
July 18, 2020

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
July 18, 2020

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?

MattKefford
Associate III
July 18, 2020

Oops! Yes I'm running 1.3.0 which was the latest at the time of download (today) and then it detected an update once I got it working. Hadn't realised this thread was specific to the 1.1.0 but just wanted to highlight that this issue is still happening 👍🏻

jihzed
jihzedAuthor
Associate II
July 18, 2020

Yes, the problem occure only with 1.1

The 1.0 don't have this problem and now I've update to 1.3 and it's OK. for the 1.2, I don't know.

MattKefford
Associate III
July 18, 2020

1.3 definitely had the problem for me, and today was the first time I've installed CubeIDE just fyi.

SMahm.3
Visitor II
September 29, 2021

0693W00000FAvmvQAD.pngHello,

I'm facing same issue to open st-stm32cubeide_1.7.0_10852_20210715_0634_x86_64 on my mac os Searra 10.12.6.

Any help please...

SMahm.3
Visitor II
September 29, 2021

Oh! Wow!

trying

sudo xattr -cr /Applications/STM32CubeIDE.app

Copyed from tstel.1 and it worked immediately!

Thank you so much.

:)