How to install on Mac OS X
Posted: 12 Aug 2020, 08:38
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
I solved the problem in giving executable privileges and executing the program directly.
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
Code: Select all
open CubikUpdater.app/Contents/MacOS/CubikUpdater
LSOpenURLsWithRole() failed with error -10810 for the file ./CubikUpdater.app.
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