记录一个UITests Failed 的问题:The bundle “XXXUITests” couldn’t be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle.环境Mac OS: 10.15.5
Xcode: V[...]
问题:[NSNull length]: unrecognized selector sent to instance 0x1068b8f08-相关解决方法今天突然发现App的一个页面崩溃,检查之后发现后台返回来的必需值是空的。而我使用YYKit框架和Masonry,“需要去测算字符的长度,而YYKit没有对空进行判断,我这边也没有判断,所以导致了,[...]