gpt4 book ai didi

swift - 当我将 'throws' 添加到 Swift : Consecutive statements on a line must be separated by ";" 中的函数时出错

转载 作者:行者123 更新时间:2023-11-30 14:10:15 32 4
gpt4 key购买 nike

我正在遵循本指南:

https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html

    func canThrowAnError() throws {
// this function may or may not throw an error
}

我收到错误:

Consecutive statements on a line must be separated by ";"enter image description here

如果我点击修复它,它只是在抛出之前添加一个分号,这是没有意义的。

最佳答案

新的 throw 功能随 Xcode 7 中的 Swift 2 一起出现。

如果您看到此错误,则意味着您使用的是旧版本的 Xcode,您应该将 Xcode 更新到最新版本才能使用它。

注意:这原本是一条评论,但由于它看起来很有趣,我已将其作为答案,这样以后就不会被随机删除(评论不能安全地保留信息)。

关于swift - 当我将 'throws' 添加到 Swift : Consecutive statements on a line must be separated by ";" 中的函数时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31856583/

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