【发布时间】:2015-02-16 11:32:04
【问题描述】:
我正在尝试以下方法
(lldb) expr [_tvFeed setFrame:(CGRect)CGRectMake(0, 0, 320, 300)];
我来了
error: call to 'CGRectMake' is ambiguous
note: candidate function
note: candidate function
error: 1 errors parsing expression
我正在使用 XCode 6.1,LLDB 版本 lldb-320.4.152
【问题讨论】: