gpt4 book ai didi

swift - 无法验证处理程序。使用未解析的标识符 'CGLocalPlayer'

转载 作者:行者123 更新时间:2023-11-28 08:54:50 24 4
gpt4 key购买 nike

代码在 GameViewController.swift 的 viewDidLoad 函数中。我已经导入了 GameKit。为什么 CGLocalPlayer.localPlayer() 是一个未解析的标识符?

class GameViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

var localPlayer = CGLocalPlayer.localPlayer() //error: Use of unresolved identifier 'CGLocalPlayer'

localPlayer.authenticateHandler = {(viewController : UIViewController!, error : NSError!) -> Void in
//handle authentication
if ((viewController) != nil) {
self.presentViewController(viewController, animated: true, completion: nil)
}else{

println((GKLocalPlayer.localPlayer().authenticated))
}
}
}
}

最佳答案

对于 Swift 2,您应该使用 GKLocalPlayer 而不是 CGLocalPlayer

关于swift - 无法验证处理程序。使用未解析的标识符 'CGLocalPlayer',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33332082/

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