技术栈

mleaksfinder

HaiJunYa
1 年前
报错·pod·mleaksfinder
MLeaksFinder报错1.报错:FBClassStrongLayout.mm 文件:layoutCache[currentClass] = ivars; 解决:替换为layoutCache[(id)currentClass] = ivars; 2.编译正常但运行时出现crash