2018-05-10 05:48 PM
It seems that newest cubeMX (4.25.1) can not be install on macOS high sierra(10.13.3). Does any old version works? and please fix the issue of 4.25.1.
Solved! Go to Solution.
2018-05-14 03:30 PM
its quarantined by the operating system because the st developers dont know how to sign their installers.
try this:
sudo xattr -r -d com.apple.quarantine /path/to/the/installer.app
2018-05-11 03:18 AM
Hello
deng.rock
,Do you mean '
cubeMX (4.1) can not be installed on macOS high sierra(3)
' ?Best Regards,
Imen.
2018-05-11 05:50 AM
Hi
deng.rock
,I tested the 4.1 install on MAC high sierra 4 and it is working fine.
Could you please launch the install in command line and give me the log
2018-05-14 03:30 PM
its quarantined by the operating system because the st developers dont know how to sign their installers.
try this:
sudo xattr -r -d com.apple.quarantine /path/to/the/installer.app
2018-05-14 05:29 PM
Sorry for my poor english. I'v already corrected that.
2018-05-14 05:31 PM
Thank you very much. I will test it again and again.
2018-05-14 05:47 PM
It replied '
xattr: No such file: /path/to/the/installer.app
'. Should I have to install or configure something before?2018-05-14 08:04 PM
After updated macOS to version 10.13.4, the issue still exists.
When I double clicked SetupSTM32CubeMX-4.25.1 to implement the install process, it pop up a message that shows
' SetupSTM32CubeMX-4.25.1� is an application downloaded from the Internet. Are you sure you want to open it? '
and I choose open it, but nothing happened.
It seems like John doe said, the application was
quarantined by OS. Maybe I should configure something on macOS before installation.
2018-05-15 08:55 AM
replace /path/to/the/installer.app with the path to the installer. sorry, i thought that was obvious.
2018-05-20 11:48 PM
Thank you very much!!! Issue solved.