私はこのチュートリアルに従おうとしています - http://resources.infosecinstitute.com/ios-application-security-part-8-method-swizzling-using-cycript/#article
記事の一番下に近い、あなたが入力する部分にいます:
ViewController.messages['validateLogin'] = function() { return true;}
しかし、作成者が受け取る応答は得られず、代わりに TypeError が発生します
throw new TypeError("undefined is not an object (evaluating 'ViewController.messages.validateLogin=function(){return 1}')"
iOS 9.0.2 を実行しており、Cycript 0.9.594 を使用しています