标签: ios objective-c youtube gdata unrecognized-selector
我在Xcode 5上添加GData Youtube Api并收到错误:
'NSInvalidArgumentException',原因:' - [ViewController youTubeService]:无法识别的选择器发送到实例0x8cc31c0'
我使用调试,运行此行后我知道此错误显示:
GDataServiceGoogleYouTube * service = [self youTubeService];
请帮我解决。非常感谢!