Can't Install Codeworks 1R7 on MacOS High Sierra 10.13.6

Apparently the Mac version is not compatible and the installation wont even open.

Hi emongev7h0m7,

I couldn’t reproduce this issue on Mac 10.13.6.
A possible way for further investigation is to check what error message comes up if CodeWorks is started up in command line. Can you please try below steps:

  1. Double click CodeWorks image to mount it.
  2. Open a terminal and run following commands
  • cd /Volumes//.app/Contents/MacOS
  • ./Launcher

Can you please paste the error message on your terminal?

Hello,

I am also having this problem with 1R7 and 10.13.6, here is the terminal message:

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /Volumes/CodeWorks-1R7-osx_b104/CodeWorks-1R7-osx_b104.app/Contents/MacOS/./Launcher
Reason: image not found
Abort trap: 6

Update: I seem to have fixed this by installing openssl

Yup same error as darin_smyth:

dyld: Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /Volumes/CodeWorks-1R7-osx_b104/CodeWorks-1R7-osx_b104.app/Contents/MacOS/./Launcher
Reason: image not found
Abort trap: 6

Installed open ssl and that indeed made it work :)

Thanks darin_smyth!