hughkli / Lookin

Free macOS app for iOS view debugging.
GNU General Public License v3.0
1.05k stars 174 forks source link

iOS17上,图片渲染会崩溃,UIGraphicsBeginImageContext的适配会修改吗 #31

Closed Raul7777 closed 9 months ago

Raul7777 commented 9 months ago

在CALayer+LookinServer文件的渲染图像的方法上,比如lks_groupScreenshotWithLowQuality方法,会出现crash

Thread 1: "UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={1.7976931348623157e+308, 1.7976931348623157e+308}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert."

hughkli commented 9 months ago

最新的 LookinServer 版本应该已经修复了该问题,试试? screenshot-20231210-195750

Raul7777 commented 8 months ago

更新到1.2.5可以了,感谢