gpt4 book ai didi

ios - 更新到 Xcode 7 Beta 5 和 Swift 2 产生了多个错误

转载 作者:行者123 更新时间:2023-11-28 09:01:13 25 4
gpt4 key购买 nike

我将 Xcode 更新为新的 Xcode 7 beta 5。这样做时,它转换为 Swift 2,但随后产生了更多错误。现在,我完全被卡住了,不知道该怎么办,因为尽管我的所有错误都消失了,但我的应用程序仍无法正常运行。

我的问题是:

if(self.myOutput3 as? NSObject == true) {
print("IT IS TRUE")

PFUser.logInWithUsernameInBackground(self.myOutput1 as! String, password: "xxx") { (user: PFUser?, error: NSError?) -> Void in

if error == nil {
print("It Worked!")

// self.presentViewController(destViewController, animated: true, completion: nil)

let instillation = PFInstallation.currentInstallation()
instillation["user"] = PFUser.currentUser()
instillation.saveInBackgroundWithBlock(nil)

self.performSegueWithIdentifier("toTimeline", sender: self)

} else {

// self.enterButton.enabled = false


self.errorAlert()

print("Couldn't log in...")


}

}

} else {
print("IT IS FALSE")
self.performSegueWithIdentifier("continueTheSignIn", sender: self)


// self.move()

}

程序将执行toTimeline segue,但不会执行continueTheSignIn。我看不出有任何合乎逻辑的理由表明这不起作用。谁能指出我正确的方向?

此外,我的消息功能出现错误。

cell.textView!.linkTextAttributes = [NSForegroundColorAttributeName:cell.textView!.textColor]

这给了我错误“无法将‘[String : UIColor?]’类型的值分配给‘[String: AnyObject]!’类型的值!”

我以前在 Swift/Xcode 6.4 中没有遇到这个错误,所以我不知道如何修复它。

此外,一旦我绕过它进入我的应用程序以查看我的其他功能是否正常工作,我的大部分 UITableViews 都没有显示任何信息。一个是,但是其余的加载正确数量的行,但不显示任何内容。这会是什么?此外,也没有正确显示 Parse 图片。这些比其他问题更令人担忧......

这是我在差异下删除并重新添加 segue 后的图片。姓名。 enter image description here

最佳答案

Parse 不支持测试版。它需要一个完整的版本。我已经根据类似问题联系了他们。他们表示,一旦 xcode7 的完整版本发布,他们将更新解析以与 xcode7 一起使用。

关于ios - 更新到 Xcode 7 Beta 5 和 Swift 2 产生了多个错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31975746/

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