I tried to use this flag in my project to analyze and debug some of my layouts. It crashed at startup with
-[MMSafariTabStyle respondsToSelector:]: message sent to deallocated instance 0x1022447c0
Everything's back ok by toggling off the flag.
Tried with the demo project that comes with the library, and enabling -NSViewShowAlignementRects led to
MMTabBarView Demo(996,0x7fff79112960) malloc: *** error for object 0x100502720: pointer being freed was not allocated
i'm running OS X 10.7.5
XCode: Version 4.6.3 (4H1503)
ARC Yes
I tried to use this flag in my project to analyze and debug some of my layouts. It crashed at startup with
-[MMSafariTabStyle respondsToSelector:]: message sent to deallocated instance 0x1022447c0
Everything's back ok by toggling off the flag.
Tried with the demo project that comes with the library, and enabling -NSViewShowAlignementRects led to
MMTabBarView Demo(996,0x7fff79112960) malloc: *** error for object 0x100502720: pointer being freed was not allocated
i'm running OS X 10.7.5 XCode: Version 4.6.3 (4H1503) ARC Yes
thanks in advance for any feedback or support