Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for compiling with Xcode 16 beta
With the beta of Xcode 16 compilation fails by reporting the error “The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions.” regarding the line https://github.com/JohanDegraeve/xdripswift/blob/fec1005899893ddf20e36675f3aad96547e8c99c/xdrip/BluetoothTransmitter/CGM/Libre/Utilities/LibreNFC.swift#L462 Simply replacing the final `+ (error?.localizedDescription ?? "none”)` with `+ error.debugDescription` makes xDrip compilable again.
- Loading branch information