tabbed application
をXcode
に新しく作成しました。テキストフィールドに文字や数字を入力しようとするたびに、次のエラーが表示されます。キャッチされない例外 'NSInvalidArgumentException'のためアプリを終了します。理由: ' - [NSNull _fastCStringContents:]:認識できないセレクタ
私はそれがエラーをスローしません自体がinitial
ViewController
として設定ViewController
を持っているとき、私は"is initial view controller"
のためのボックスをチェックすると、このエラーが起動していることに気づきました。しかし、私はNavigationController
initial
ViewController
を作るときに、このエラーがスローされます。
エラーは受け取ら:私にとって
Reminder[46707:4165261] -[NSNull _fastCStringContents:]: unrecognized selector sent to instance 0x10d087af0
2016-03-23 00:48:19.830 Cable tech Reminder[46707:4165261] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull _fastCStringContents:]: unrecognized selector sent to instance 0x10d087af0'
コードを付けてください。 – Jaimish
コードを投稿してください –