cbess / CBIntrospector

Visual Debugging Tool. Compatible with the desktop app, View Introspector. Simply, it's a UIView hierarchy viewer library.
MIT License
160 stars 21 forks source link

Fix error with Xcode 6 and 64-bit compilation #19

Closed santosdiez closed 9 years ago

cbess commented 9 years ago

Help me understand how this is different than the previous logic?

santosdiez commented 9 years ago

I was just getting an error "Instruction requires : Not 64-bit mode". It turns out that when compiling for 64-bits you can't use pushl but you need to use pushq.

cbess commented 9 years ago

Gotcha.