简体   繁体   中英

Parse.com PFQueryTableViewController with Storyboard

I'm trying to get PFQueryTableViewController setup with a Storyboard and I'm following this tutorial , specifically section 2. Everything works when I use the initWithStyle method but when I try the Storyboard method I get: 'NSInvalidArgumentException', reason: '*** setObjectForKey: object cannot be nil (key: classname)'.

Here's my MasterViewController.h:

#import <Parse/Parse.h>

@interface MasterViewController : PFQueryTableViewController

@end

Here's a shot of my Identity Inspector:

身份检查员

Thanks for your help.

SOLVED. The problem was that the Xcode cache was pulling from older projects with the same name. Clearing the cache solved all of my problems.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM