0

我试图让这个 xcode 项目工作,但是当它达到这个方法时:

- (void)xmlReaderDidFinishedParsingDocument{
    [[[UIApplication sharedApplication] delegate] performSelector:@selector(setControllersBanner)];
}

显示以下错误:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RadioStationAppDelegate setControllersBanner]: unrecognized selector sent to instance 0x5e66940'

有人可以告诉我为什么会抛出此错误消息,在此先感谢!

4

0 回答 0