gpt4 book ai didi

ios - 一小段代码 Swift 错误 : not convertible to PFUserResultBlock

转载 作者:行者123 更新时间:2023-11-28 06:57:14 27 4
gpt4 key购买 nike

我在 Xcode-Swift 中的这段代码中收到此错误“无法转换为 PFUserResultBlock”:

error in xcode

有谁知道我为什么会收到此错误?

最佳答案

匹配PFUserResultBlocktypedef

typedef void (^PFUserResultBlock)(PFUser *PF_NULLABLE_S user, NSError *PF_NULLABLE_S error);

请将您的代码更改为

PFTwitterUtils.logInWithBlock { (user: PFUser?, error: NSError?) -> Void in

以便遵守 PF_NULLABLE_S 注释。

关于ios - 一小段代码 Swift 错误 : not convertible to PFUserResultBlock,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33138046/

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