我已经用CocoaPods安装了Bond 6.2.6。 构建项目时,文件中出现错误:
$iframe = $ie.Document.getElementsByTagName('iframe') |
Where { $_.src -contains '/messagepopup.html' }
$ok = $iframe.contentDocument.getElementsByTagName('a') |
Where { $_.className -eq 'btn bnt3d PopupBtn' }
错误:
<my_proj>\Pods\Bond\Sources\Bond\Shared\NSObject+KVO.swift
源代码:
.../NSObject+KVO.swift:239:81: Cannot convert value of type '(_, _) -> UnownedUnsafe<NSObject>' to expected argument type '(_, UnownedUnsafe<NSObject>) -> _'
评论它让我有能力建立我的项目。但这可能不是最好的做法...
答案 0 :(得分:0)
我已将Xcode更新为最新版本(8.3.2)。现在它有效。