gpt4 book ai didi

NSObject+KVO.swift 文件中的 Swift Bond 编译错误

转载 作者:行者123 更新时间:2023-11-30 12:24:41 27 4
gpt4 key购买 nike

我已经使用 CocoaPods 安装了 Bond 6.2.6。在构建我的项目时,文件中出现错误:

<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>) -> _'

源代码:

deallocationDisposable.otherDisposable = object._willDeallocate.reduce(nil, {$1}).observeNext { object in
if self.observing {
object?.unbox.removeObserver(self, forKeyPath: self.keyPath, context: &self.context)
}
}

评论它让我能够构建我的项目。但这可能不是最佳实践......

最佳答案

我已将 Xcode 更新到最新版本 (8.3.2)。现在可以了。

关于NSObject+KVO.swift 文件中的 Swift Bond 编译错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44347553/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com