Dot notation for message sending is not supported in lldb.
Use bracket notation and cast the result to CGRect:
p (CGRect)[view frame]
Dot notation for message sending is not supported in lldb.
Use bracket notation and cast the result to CGRect:
p (CGRect)[view frame]