gpt4 book ai didi

crash - XCode 7.2 在协议(protocol)扩展实现功能不正确时崩溃

转载 作者:行者123 更新时间:2023-12-03 16:50:14 29 4
gpt4 key购买 nike

不确定是否有其他人遇到过这种情况,但以下代码会导致 XCode 立即出错,并显示“SourceKitService 意外退出”,有时会导致 XCode 完全崩溃。

当我在扩展中更改协议(protocol)函数的默认实现时,我在项目中遇到了这种情况,但忘记更改协议(protocol)中的声明以匹配。

protocol Crash{
func crash(age: Int) ->String
}

extension Crash{
func crash(name: String) -> String{
return "Test"
}
}

class TestCrash: Crash{

}

最佳答案

这个错误似乎已在 Xcode 7.3 beta 中修复。

Xcode 7.3b 只是在消息中声明错误并且不再崩溃。

enter image description here

关于crash - XCode 7.2 在协议(protocol)扩展实现功能不正确时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35427218/

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