xcode 7.2.1中的Po命令错误

xcode 7.2.1中的Po命令错误,第1张

概述我从调试器得到了这个结果.我该怎么解决这个问题? (lldb) po scrollView.contentOffset.y error: :1:1: error: ambiguous operator declarations found for operator scrollView.contentOffset.y found this matching operator declaration 我从调试器得到了这个结果.我该怎么解决这个问题?

(lldb) po scrollVIEw.contentOffset.y

error: :1:1: error: ambiguous operator declarations found for
operator

scrollVIEw.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 operator

if (1==1) {

解决方法 我在这个链接中使用了这个解决方案: https://stackoverflow.com/a/32984193/2060180

我会留在这里以防它对某人有用.

总结

以上是内存溢出为你收集整理的xcode 7.2.1中的Po命令错误全部内容,希望文章能够帮你解决xcode 7.2.1中的Po命令错误所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1104663.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-28
下一篇 2022-05-28

发表评论

登录后才能评论

评论列表(0条)

保存