“STM32CubeIDE”损坏,打不开。你应该把它移到垃圾箱。 (在 Mac 上)
“STM32CubeIDE” is damaged and can’t be opened. You should move it to the Trash. (On Mac)
在 Mac 上安装 STM32CubeIDE 后,当我们双击该应用程序时,弹出窗口中显示以下错误 window:
“STM32CubeIDE” is damaged and can’t be opened. You should move it to the Trash.
一个解决方案:
- 打开终端
- 使用
sudo
打开应用程序如下:
$ sudo /Applications/STM32CubeIDE.app/Contents/MacOS/stm32cubeide
- 如果需要,请提供 root 密码。
- 应用程序正常打开。
终端中的以下命令也可以解决问题:
xattr -c /Applications/STM32CubeIDE.app
在 Mac 上安装 STM32CubeIDE 后,当我们双击该应用程序时,弹出窗口中显示以下错误 window:
“STM32CubeIDE” is damaged and can’t be opened. You should move it to the Trash.
一个解决方案:
- 打开终端
- 使用
sudo
打开应用程序如下:
$ sudo /Applications/STM32CubeIDE.app/Contents/MacOS/stm32cubeide
- 如果需要,请提供 root 密码。
- 应用程序正常打开。
终端中的以下命令也可以解决问题:
xattr -c /Applications/STM32CubeIDE.app