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.
|
pillView.setValue(1, forKey: "background" + "Luminance") |
Removing this line makes it work again, I've done it on my fork and it works fine without that line.
main...adamcichy:LocalConsole:main
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.
LocalConsole/Sources/LocalConsole/LCManager.swift
Line 1402 in 2c5d5e0
Removing this line makes it work again, I've done it on my fork and it works fine without that line.
main...adamcichy:LocalConsole:main