私はこのコードを書いていますが、このエラーが発生し続けます。エラーが発生しない同じコードの別のプロジェクトがあるため、何が問題なのかわかりません。出力は次のとおりです2012-10-19 20:48:22.266 ScienceReader[5992:c07] -[UIView numberOfComponentsInPickerView:]: unrecognized selector sent to instance 0x74385f0
2012-10-19 20:48:22.268 ScienceReader[5992:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView numberOfComponentsInPickerView:]: unrecognized selector sent to instance 0x74385f0'
*** First throw call stack:
。デバッグ セッションの行は次のreturn UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
とおりです。Viewcontroller.m のコードは次のとおりです。data = [[NSMutableArray alloc] initWithObjects:@"Delta", nil];
質問する
288 次