NikeKov
NikeKov
Try to delete Data folder and add with `folder references` again. Try to change UnityInitApplicationNoGraphics([[[NSBundle mainBundle] bundlePath] UTF8String]); by: NSBundle * bundle = [NSBundle bundleForClass:[self class]]; UnityInitApplicationNoGraphics([[bundle bundlePath] UTF8String]); Look...
It is a priority task, isn't it?
Looks like the same problem https://github.com/Friend-LGA/LGAlertView/issues/34
Updated PR with your fix, because mine still crashing.
Done, you can use pod "LGAlertView", :git => 'https://github.com/NikKovIos/LGAlertView' with this fixup.
Still have crashes..
The bug occures when the app orientation is portrait, but the status bar orientation is landscape.
Seems that the same problem here https://github.com/Friend-LGA/LGAlertView/issues/34
Thx, it helped after updating to xcode 12.5.
The problem was in another thing rely to screen orientation.