I am trying to write a new method in Squeak. I click on the "no messages" to create a new method but any change to the existing template produces the error
"Error: cannot write a read-only file"
I am trying to write a new method in Squeak. I click on the "no messages" to create a new method but any change to the existing template produces the error
"Error: cannot write a read-only file"
Squeak comes with an .image file and a .changes file. You must ensure that both are writable at development time. In particular, each time you save a method it will be written to the changes file.