reggian
reggian
I have found that `cp` did not work for me. Used `curl` instead: `curl -o /Applications/Slack.app/Contents/Resources/black.css https://raw.githubusercontent.com/laCour/slack-night-mode/master/css/raw/black.css` Also, in the grep command `grep 'filePath = "/Applications/Slack.app/Contents/Resources/black"'` you are missing the...
@Jannathbegum23, for now I just captured `oauth2` object strongly in the block. But this is a workaround, the issue should probably be fixed by other architecture design decisions. If you...
Hi @ericjordanmossman, thanks for your reply. In the last 30 days ~200 users (overall this is a small fraction) experienced crashes. There are different stack traces but all originate from...
Hi @amirthytejeshwar-sc, the app does not set the custom `errorHandler` it also does not use Sync (Realm is used for a local database only). Is a custom `EventConfiguration.errorHandler` also advised...
Hi @leemaguire, thanks for looking into this. > could self.eventLogger in QueuedEventLogger be accessed from any other queue, or the main thread while logEvent is called? It was not designed...
Hey @rizafran, thank you for looking into this. I am sorry to report that there are no more warnings (or rather not sorry for the exact same reason). I have...
I have encountered the issue again on my project then managed reproduce it with a simple shared ObjC-Swift project. I have also edited the issue title and description to make...
I have Xcode 15.4 and it does, yes.
It also happens on our project. Along with the formatting back and forths: Xcode 16.2 uses condensed format: ``` /* Begin PBXFileSystemSynchronizedRootGroup section */ E12863882D59E53C00CA99E1 /* Sources */ = {isa...