STM32CubeIDE 1.1.0 don't start on a Mac OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-22 1: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.
- Labels:
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-22 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-23 12:29 AM
Right click : Don't run… same problem
I 've upgrade to 10.14 for another application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-23 5:21 AM
xattr -cr /Applications/STM32CubeIDE.app
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-11-23 10:27 AM
Thanks ! It's start.
I just add "sudo" :
sudo xattr -cr /Applications/STM32CubeIDE.app
thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-10 1:19 AM
Sounds STM32CubeIDE 1.2.0 is solving primary trouble not facing issue anymore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-27 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-20 1:41 PM
I had to do this as well.
Version: 1.2.0
Build: 5034_20200108_0926 (UTC)
High Sierra 10.13.6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-18 9: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! :>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-18 9: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?
