?expand in Cycript not longer works? Try this

According to saurik, add a .toString() to the end of the string you wanna print, like:
cy# [[UIApp keyWindow] recursiveDescription].toString()
And it works like a charm :smile:

5 个赞

哈哈,我正碰到此问题,多谢!

Works like a charm! Thanks!

不行啊,用最新版的cycript加上toString()没有效果:(