解决方法 我在这个链接中使用了这个解决方案: https://stackoverflow.com/a/32984193/2060180(lldb) po scrollVIEw.contentOffset.y
error: :1:1: error: ambiguous operator declarations found for
operatorscrollVIEw.contentOffset.y found this matching operator declarationfound this matching operator declaration:1:1: error:
operator is not a kNown binary operator scrollVIEw.contentOffset.y ^
:9:9: warning: initialization of variable ‘$__lldb_error_result’ was never used; consIDer replacing with assignment to ‘_’ or removing it
var $__lldb_error_result = __lldb_tmp_error:14:8: error: ambiguous operator declarations found for operator
if (1==1) {
found this matching operator declarationfound this matching operator
declaration:14:8: error: operator is not a kNown binary operatorif (1==1) {
我会留在这里以防它对某人有用.
总结以上是内存溢出为你收集整理的xcode 7.2.1中的Po命令错误全部内容,希望文章能够帮你解决xcode 7.2.1中的Po命令错误所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)