warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.

zhengYT
2019-05-13 09:46 1.3k 0

在iOS 工程中 ,使用jpush-phonegap-plugin 插件,原生代码报错在这里

-(instancetype)init_plus{
    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationDidLaunch:) name:UIApplicationDidFinishLaunchingNotification object:nil];
    return [self init_plus];
}

错误提示:

warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.

2个回答

热门排序