摘要:
the identity used to sign the executable is no longer valid.解决方法 一、重新下载Provisioning Profile 1、到development.apple.com网站 2、 3、 4、 5、打开下载下来的PP文件,双击(安装到xc 阅读全文
摘要:
1、在使用block前需要对block指针做判空处理。 不判空直接使用,一旦指针为空直接产生崩溃。 if (!self.isOnlyNet) { if (succBlock == NULL) { //后面使用block之前要先做判空处理 return; } id data = [NSKeyedUna 阅读全文