Page 1 of 1

How to install on Mac OS X

Posted: 12 Aug 2020, 08:38
by twehrmann
Hi, after downloading and unpacking the zip archive I could not install cubik studio properly on my MacBook (latest 10.15.6). Double-clicking didn't do anything. If I start the update app via CLI I receive the error

Code: Select all

open CubikUpdater.app/Contents/MacOS/CubikUpdater
LSOpenURLsWithRole() failed with error -10810 for the file ./CubikUpdater.app.
I solved the problem in giving executable privileges and executing the program directly.

Code: Select all

chmod 777 CubikUpdater.app/Contents/MacOS/CubikUpdater
CubikUpdater.app/Contents/MacOS/CubikUpdater

After providing the license information it created the CubikStudio.app in the corresponding folder.
This information is just here to help if this error occurs for new users. Maybe you can fix this problem during CubikUpdater app creation, too.

regards
Thilo

Re: How to install on Mac OS X

Posted: 14 Sep 2022, 02:27
by HoLyCoW
This worked great! Thanks!