Simon Jarbrant
Simon Jarbrant
I've been seeing this issue as well, started seeing it with Xcode 12.5.1 IIRC. For some reason this seems related to the use of SpriteKit/Metal (at least this is the...
@sipersso Unfortunately we have not, although I haven't had too much time to spend on it. Curiously this doesn't seem to happen when importing Firebase with SPM, but that (at...
@paulb777 Yes, it's added. I've taken the time this morning to set up a minimal sample project that reproduces this issue: https://github.com/simba909/FirebaseIssue8005 See the readme for more info, but the...
This is unfortunately still an issue, just tested with Xcode 13.3 and Firebase 8.14.0 and can still reproduce. As of Xcode 13.3 there's no longer a need to go looking...
This is an issue with Xcode 14 which seems to be fixed as of Xcode 14.1. See this thread I opened on the official SPM Slack for reference (and feedback...
Did a quick search and noticed that this was introduced with #146 That PR mentions the risk of deadlocks by synchronously accessing the `Storage` in an async callback, which I'd...
Totally agree that a bigger review is necessary, pardon the potential rudeness of only addressing this initial warning. Let me know of what I can do to help 🙂 Hope...
I was able to reproduce this reliably before but as of 0.52.4 I don't seem to be able to 🎉 Don't know what changed (or if the issue author can...
> I'd like to understand a bit more from you though on why it is that you want to use XCStrings Tool to generate output for legacy .strings files? Is...
Apologies for the late response. > Anyway, I was stuck at the airport yesterday with a 7h delay, so I took the opportunity to take a further dive into seeing...