Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added '+ add QuartzCore to frameworks list' step
  • Loading branch information
damian-kolakowski committed Feb 2, 2013
1 parent 5ab0e2e commit b36b6c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Installation
+ add these files to your project (drag&drop into xCode project)
+ make sure that you have added “-ObjC -all_load” to “other linker flags” (click at project root element, select “Build settings” tab, search for “other linker flags”)
+ if you already have JSONKit.m file in your project, please remove it because of linker conflict
+ add QuartzCore to frameworks list
+ launch hierarchy viewer in your code by calling [iOSHierarchyViewer start];. The best place for it is AppDelegate::applicationDidBecomeActive callback
+ find or get from logs device/simulator ip address and go to ‘http://[ip_address]:9449′ address (Chrome/Firefox only)

Expand Down

0 comments on commit b36b6c7

Please sign in to comment.