gpt4 book ai didi

ios - Xcode 10 beta2 : Cannot invoke initializer for type 'UIView' with no arguments

转载 作者:搜寻专家 更新时间:2023-10-30 22:17:07 27 4
gpt4 key购买 nike

我已经下载了 Xcode 10 beta2 并重建了我的项目,代码如下:

let someView = UIView()

出现以下错误:

无法调用不带参数的“UIView”类型的初始值设定项

Error Snapshort

很奇怪。有人在使用 Xcode 10 beta2 时遇到过这些构建错误吗?

最佳答案

对我来说,这是通过扩展 NSObjectProtocol 来推断的:

extension NSObjectProtocol where Self: UIView

我通过将 NSObjectProtocol 替换为 UIView 符合的任何其他协议(protocol)来修复它。在我的例子中是 UIAppearance:

extension UIAppearance where Self: UIView

关于ios - Xcode 10 beta2 : Cannot invoke initializer for type 'UIView' with no arguments,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51124370/

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