Parse.com PFQueryTableViewController与Storyboard

时间:2013-02-04 14:03:41

标签: ios xcode parse-platform

我正在尝试使用Storyboard获取PFQueryTableViewController,我正在关注this tutorial,特别是第2节。当我使用initWithStyle方法时,一切正常,但当我尝试使用Storyboard方法时,我得到:'NSInvalidArgumentException' ,原因:'*** setObjectForKey:对象不能为nil(key:classname)'。

这是我的MasterViewController.h:

#import <Parse/Parse.h>

@interface MasterViewController : PFQueryTableViewController

@end

以下是我的身份检查员的镜头:

Identity Inspector

感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

解决。问题是Xcode缓存是从具有相同名称的旧项目中提取的。清除缓存解决了我所有的问题。