Comment on "
Bridge Cocoa and CoreGraphics Geometry
"
by
Jens Alfke
— Feb 14
That is good to know!
A more straightforward way to enable this is just to edit your target's prefix file ("TargetName.pch") and add
#define NS_BUILD_32_LIKE_64
at the top (above the first #import.)
Back to "
Bridge Cocoa and CoreGraphics Geometry
"
Copyright © Scott Stevenson 2004-2015
by Jens Alfke — Feb 14
A more straightforward way to enable this is just to edit your target's prefix file ("TargetName.pch") and add
#define NS_BUILD_32_LIKE_64
at the top (above the first #import.)