This may reduce the quality of type information available.

warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available.
方法自己调用了自己:

set_Method:(NSString *)text
{
     [self set_Method:text];
}

这里只是举个最简单的例子,N个函数多次相互调用有可能自己调用到自己,如A调用B,B调用C,C调用D,D调用E,E又调用A



作者:啵啵_long_港
链接:https://www.jianshu.com/p/d64306764049
来源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

你可能感兴趣的:(Objective-C,XCode)