当APP archive显示filed页面却没有报红时,错误信息可以再如图位置找到


#ifdef DEBUG
# define DLog(fmt, ...) NSLog((@"[文件名:%s]\n" "[函数名:%s]\n" "[行号:%d] \n" fmt), __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__);
#else
# define DLog(...)
#endif
当APP archive显示filed页面却没有报红时,错误信息可以再如图位置找到
#ifdef DEBUG
# define DLog(fmt, ...) NSLog((@"[文件名:%s]\n" "[函数名:%s]\n" "[行号:%d] \n" fmt), __FILE__, __FUNCTION__, __LINE__, ##__VA_ARGS__);
#else
# define DLog(...)
#endif
本文标题:iOS archive失败页面却不报错
本文链接:https://www.haomeiwen.com/subject/abnxgxtx.html
网友评论