|
There are actually to separate issues at play here. The first one is App Translocation on macOS: a resource that has been downloaded and unzipped automatically will reside on a read-only file system until *actively* moved by the user. Hence, no files can be created within the app structure (e.g. within the image directory). See for example https://eclecticlight.co/2016/06/16/macos-sierra-will-break-many-installers-and-updaters/.
The second issue might be the linked issue with File and relative paths.
Incidentally, the second failure also happens for Pharo 7. 1. Download the latest VM from https://bintray.com/opensmalltalk/vm/cog 2. Move the VM manually to escape the App Translocation jail 3. Drag an image onto the VM to open 4. Evaluate FLSerializer serialize: 'whatever' toFileNamed: 'demo.fuel'.
|
|
|
Priority: 3 – Must Fix
|
|
Status: Work Needed (On Hold)
|
|
Assigned to: Everyone
|
|
Milestone: Later
|
Go to Case
|
|