I have an issue with the Xcode debugger. Everything works fine in general, I can print variables using po <var>
normally... Except in some files, where I can't print anything, and I have a error: Couldn't apply expression side effects : couldn't get the data for variable self
error in the console.
Weirdly, Xcode shows values correctly on the left debugger panel.
Does anyone have an idea?
Thanks!