warning: could not load any Objective-C class information. This will significantly reduce the qualit

转自 http://blog.csdn.net/u011189158/article/details/50895277.net

- (void)setUserModel:(UserModel *)userModel{
    self.userModel = userModel;

// _userModel = userModel;

}

 

- (void)awakeFromNib {

        [self awakeFromNib];

 //   [super awakeFromNib];

    NSLog(@"%s", __func__);

}

 

上面俩种代码都会报错:code

这种代码会报错:orm

warning: could not load any Objective-C class information. This will significantly reduce the qualitblog

这是由于“self”致使了无限循环get

改成下面的就能够了。it

相关文章
相关标签/搜索