FLEXTool / FLEX

An in-app debugging and exploration tool for iOS
Other
14.03k stars 1.7k forks source link

Fix crash when opening view debug hierarchy #700

Closed ataetgi closed 2 months ago

ataetgi commented 3 months ago
*** Assertion failure in void _UIGraphicsBeginImageContextWithOptions(CGSize, BOOL, CGFloat, BOOL)(),
    UIGraphics.m:410
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException',
    reason: 'UIGraphicsBeginImageContext() failed to allocate CGBitampContext:
    size={0, 0}, scale=3.000000, bitmapInfo=0x2002.
    Use UIGraphicsImageRenderer to avoid this assert.'
libc++abi: terminating due to uncaught exception of type NSException
ataetgi commented 2 months ago

Is it possible for you to review @NSExceptional?

NSExceptional commented 2 months ago

Thanks :)