Adam Demasi

Results 91 comments of Adam Demasi

The issue seems to be that you aren’t specifying any property attributes. I can’t remember if it’s an intentional design decision to avoid supporting no parameters - even if it...

This is by design. It’s not recommended to use MSFindSymbol() or dlsym() with NULL passed as the image argument, as looking up a symbol across the entire set of images...

Logify is currently very simplistic and can only generate output for an entire @interface. I agree it could do with options to select methods to filter to or exclude. I'll...

Blocks are ObjC objects; we can use %@ which gives something like ``, making the type obvious. How we’ll parse for them is another question. Just check for `(^)`? Wouldn’t...

Could you try disabling or uninstalling Saw for a while to see if it stops the crashing?

Definitely worth trying that too if it still happens, but was thinking of Saw specifically because the crash seems to be in the tab bar, and I updated the library...

Thanks heaps for testing @EyalRotem. I’ll reopen and see if I can figure out what’s up. I’m seeing this crash in our crash reporter, currently with 67 crashes across 50...

Is this still happening for you with the latest version of Zebra?

Will be solved by #1976, but I’m going to keep this open to track specific issues reported to us. Copying some other reported scenarios so we can consolidate them into...