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

相關文章
相關標籤/搜索