cancel
Showing results for 
Search instead for 
Did you mean: 

STM32-ISP-IQTune does not work on latest Mac OS

ramkumarkoppu
Senior

Downloaded latest version of  STM32-ISP-IQTune from the ST website today and installed it on my macbook, when I tried to launch the desktop application I get this attached error:

 

2 REPLIES 2
Lakhyarm
ST Employee

Hello,

That error usually means that macOS has flagged the app as quarantined for security reasons (often when apps are downloaded from outside the App Store). You can remove the quarantine flag by running this command in your terminal

xattr -d com.apple.quarantine /path/to/app.app

Just replace "/path/to/app.app" with the full path of the application. This should stop macOS from blocking it, and the app should open normally.

Also, could you let us know which version of macOS you're using? That would help us understand this issue better. Thank you!

Regards
/Said

Hi Said,

By running xattr -d com.apple.quarantine "STM32 ISP IQTune.app" in the /Applications folder, I could open the ISP desktop application on mac. This is on the Apple Silicon M2 Macbook Pro with the MacOS Sequoia 15.4. Thank you.