stackotter
stackotter
The `ios` branch now has basic iOS support. I haven't made any iOS specific changes to the UI, so it isn't very functional, but I have now successfully joined a...
That looks like an older design, is that the latest version?
The account info not being in the new design was just an oversight, it’s meant to still be there. And I’m pretty sure the feedback from most people was to...
To implement this feature, you'll probably want to create a custom log handler that saves logs into a buffer (with a limit on the number of logs stored at any...
@MoustacheOff has run into this issue on Monterey (#114). ## Their context OS: macOS 12.4 Hardware: M1 Mac mini Build: [0b76c80](https://github.com/stackotter/delta-client/commit/0b76c80bc92f075e55c09dae550d006e2d175d0c)
@MoustacheOff what account type are you logged in with?
The issue might possibly be related to using an online account. To test if it's that, try using an offline account instead. A migrated account shouldn't make a difference, my...
Nevermind, the Monterey case was a false positive, I miss diagnosed it. Thanks @ninjadev64 for noticing
Not really, no one experiencing it has had Xcode or the skills to debug it. If you can install xcode then I can walk you through looking for causes
It seems like TargetConditionals.h is not getting included but I don't really know how to manually include it