On 13 Jun 2018, at 23:41, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On 13 Jun 2018, at 22:57, Jordi Delgado <jdelgado@cs.upc.edu> wrote:
Yes, I did. Same result.
All the same happens with the latest version of Squeak.
I tried with High Sierra. In HS Pharo 6.1 starts, the image opens but then it complains about not being able to create some file in /Private/var/... and the image becomes unusable. In High Sierra the latest version of Squeak opens correctly.
this is because you are trying to execute a non-signed VM then it puts you in a sandbox. easy fix: copy your VM into Applications and execute from there.
For the .image, what happens is that if you de-compress with the finder, it will set a special extendend attribute. (this would not happen if we would ship the .image not in a .zip file but instead in a signed .dmg). You can execute sudo xattr -d com.apple.quarantine myImage.image and then the image will not started in a sandbox. We really should change the build and ship everything for the mac in signed .dmg files, else this is so arcane that it confuses everyone. Marcus