2016-03-14 11 views
8

私はこの結果をデバッガから得ました。私はこれをどのように修正すべきですか?xcodeのPoコマンドエラー7.2.1

(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) {

+0

'po'の代わりに' p'はどうですか? – trojanfoe

+0

は同じ結果を試しました。 –

答えて

関連する問題