升級(jí)是好事還是壞事简珠,給用戶很好的體驗(yàn)外盯,亦或者可能有某個(gè)程序猿不小心遺留下一個(gè)潛在的bug導(dǎo)致壞的事情發(fā)生麸澜,不好說挺尿。
先就造成APP崩潰的幾個(gè)問題總結(jié):
1、+[_LSDefaults sharedInstance]: unrecognized selector sent to class 0x1e7786aa0
這是UM爆出的日志炊邦,需要把UMCommon升級(jí)到最新才能適配iOS最新版本
2编矾、Not get deviceToken yet. Maybe: your certificate not configured APNs? or current network is not so g
極光推送的問題、目前網(wǎng)友說還沒修復(fù)馁害、正常來講如果獲取到注冊(cè)的deviceToken就沒事了窄俏,但事事不盡人意,目前先把極光功能關(guān)掉
3碘菜、[textField setValue:[UIColor red]forKeyPath:@"_placeholderLabel.textColor"];
iOS不允許valueForKey凹蜈、 setValue:forKey獲取和設(shè)置私有屬性,需要使用其它方式修改比如上面修改的話可以醬紫:
textField.attributedPlaceholder=[[NSAttributedString alloc]initWithString:@"輸入"attributes:@{NSForegroundColorAttributeName:[UIColor red]}];