LocalConsole
LocalConsole copied to clipboard
Crash on iOS 18.2
LocalConsole crashes under iOS 18.2 due to some private API changes made by Apple. There is no more "backgroundLuminence" key in the class, probably the property was removed.
https://github.com/duraidabdul/LocalConsole/blob/2c5d5e018acd4963fe6dfe858f6d6fecef7cbf2f/Sources/LocalConsole/LCManager.swift#L1402
Removing this line makes it work again, I've done it on my fork and it works fine without that line.
https://github.com/duraidabdul/LocalConsole/compare/main...adamcichy:LocalConsole:main