`localizesFormat` API unavailable on iOS
Closed this issue · 1 comments
jurvis commented
Hello! First of all, thank you for taking the time to upgrade all your packages (URKit, URUI) to support Swift 5.7, really appreciate it!
Currently, I'm running into an issue compiling URKit
for iOS targets because it looks like Wolfbase
uses an API that is only available on macOS.
We probably need to add #if os(macOS)
before running that line. Let me know if this is something I can make a quick PR on. thanks! :)