Dr. Mickey Lauer
Dr. Mickey Lauer
It's been a while, but in the meantime, this code has been put through a lot of tests. Apart from one race condition (probably even be in NimBLE) when shutting...
Any progress on this? It's really annoying when you have a Swift-Error breakpoint set – or can we configure lldb to not break when _in_ some packages?
Still the same leak warnings with the Xcode 8 analyzer. I've never seen any runtime warnings, though. Did you have a chance to look into it yet?
With Xcode 9, in addition to the aforementioned ones, one more warning about '3. Null pointer argument in call to memory copy function'.
I did some more tests now and can sadly confirm that on-device-symbolication is impossible once you're using bitcode – which is going to be a requirement soon (it's already for...
I'm afraid not. Apple is recompiling it and delivering it via the AppStore. If you could do this on your own, they would not offer to download the (modified) dSYMs...
@singhmeher32 I tagged it as version 2.9, which seems to be in line with YapDatabase.
Obviously the line `snprintf(buff, sizeof(buff), "%g", value);` (which is being used for all float number marshalling) is responsible here. What is the reasoning to not use `%f` here?
@viking2009 Thanks for your comment, I'm not sure whether I understand the relevance of setNavigationBarHidden:animated: in the context of the hard switching over of the old title and navigation buttons...
I have submitted a bug against iOS and Apple has requested me to add some StackShots, which I'm going to provide. No app should be able to do such a...