damian-kolakowski/iOS-Hierarchy-Viewer

Setup Instructions should mention how to add iOSHierarchyViewer to an ARC project

mikecleach opened this issue · 0 comments

While compiling I received errors about autorelease being called when it's not allowed. Google helped me find out I needed to go to compile sources and set -fno-objc-arc on all iOSHierarchyViewer files. This should probably be mentioned in the installation instructions.