2025-04-10 12:32 PM
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:
2025-04-11 2:01 AM
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
2025-04-11 12:53 PM
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.