« Merry Christmas | Home | Tax changes for 2021 »

Xojo in Quarantine

From time to time customers complain that Xojo doesn't load plugins. This may include MBS Plugins as well as the included database plugins with Xojo. The reason is simply: Xojo got downloaded from the internet, it gets put in quarantine. But when installing Xojo into your applications folder, the Finder is supposed to remove quarantine. But well, it may not always do so.

When Xojo is quarantined, it can't access the local plugins folder, so the about dialog will be empty:

There is a feedback cases 58591 - Detect quarantine for Xojo app to ask Xojo Inc. to add a little code into Xojo to detect quarantine status and point users like you to a help page.

To solve this, you first quit Xojo, then launch Terminal app. In Terminal app, you enter "xattr -cr ". Please no quotes, but a space before and after the parameter. And typing is case sensitive! Then you drop the Xojo app to the terminal window to put the path to the app there. Finally press return key in the Terminal to run the command. This clears extended attributes like the quarantine one:

Once you get this done, you can start Xojo regularly and see it load plugins:

Let us know if you have questions and please support the feedback case 58591 to have Xojo auto detect it!
26 12 20 - 11:28