私は仕事で乗った簡単なiOSアプリを開発しています。 UIWebViewを持つコントローラを追加し、テーブルビューからナビゲートしました。私はそれにpushViewControllerを行うことができるが、私は戻って移動するとき、ここでアプリがクラッシュ:コンソールでiOSアプリがクラッシュする - 次に見たい場所がわからない
- (void)dealloc
{
myWebView.delegate = nil; // Thread 1 stopped at breakpoint 1
}
は、それは言う:
[Switching to process 621 thread 0x13b03]
[Switching to process 621 thread 0x18703]
[Switching to process 621 thread 0x11903]
を明らかに、私はいくつかのミスを犯しました次は何を見なければならないでしょうか?私はARCを使用しています。
THX
編集1
This GDB was configured as "x86_64-apple-darwin".sharedlibrary apply-load-rules all
Attaching to process 974.
Pending breakpoint 1 - ""WebViewController.m":57" resolved
2012-03-19 08:11:05.888 SpotFinder[974:11903] Latitude = 37.785834
2012-03-19 08:11:05.889 SpotFinder[974:11903] Latitude = -122.406417
2012-03-19 08:11:06.030 SpotFinder[974:11903] here is a log of places 33
2012-03-19 08:11:11.030 SpotFinder[974:11903] You selected index_path: <NSIndexPath 0x705c0d0> 2 indexes [0, 2]
[Switching to process 974 thread 0x13a03]
[Switching to process 974 thread 0x15e03]
[Switching to process 974 thread 0x13a03]
[Switching to process 974 thread 0x11903]
Current language: auto; currently objective-c
(gdb)
編集2 は、スタックトレース:
これらのコンソールメッセージは無関係です。それはコンソールで何を言いますか? – mattjgalloway
@timpone [スタックトレース](http://stackoverflow.com/a/5660248/296387)? [ゾンビを有効にする](http:// 42ゲーム。net/quick-note-on-setting-nszombieenabled-環境変数-xcode-4 /)? [すべての例外に対して設定されたブレークポイント](http://developer.apple.com/library/mac/documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW38 )? –
Hmm ...「ARCはdeallocの明示的なメッセージ送信を禁止します」 – timpone