ok what changed in xCode7 / Swift that I can no longer use \"po frame\" to view the contents of a CGRect anylonger? The print statment works just fine in the code. How come
This is a bug in Xcode 7.1. It is fixed in the current 7.2 beta, and will be fixed in the final. The bug is that the types for Structs imported from C/ObjC modules into Swift are not available to the debugger (and in turn it won't report variables whose types are unavailable.)