ā2019-11-22 01:18 PM
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.
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.
ā2019-11-22 03:03 PM
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.
ā2019-11-23 12:29 AM
Right click : Don't runā¦ same problem
I 've upgrade to 10.14 for another application.
ā2019-11-23 05:21 AM
xattr -cr /Applications/STM32CubeIDE.app
ā2019-11-23 10:27 AM
Thanks ! It's start.
I just add "sudo" :
sudo xattr -cr /Applications/STM32CubeIDE.app
thanks !
ā2020-01-10 01:19 AM
Sounds STM32CubeIDE 1.2.0 is solving primary trouble not facing issue anymore
ā2020-01-27 07:40 PM
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.
ā2020-02-20 01:41 PM
I had to do this as well.
Version: 1.2.0
Build: 5034_20200108_0926 (UTC)
High Sierra 10.13.6
ā2020-07-18 09:00 AM
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! :>
ā2020-07-18 09:24 AM
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?