gpt4 book ai didi

ios - 使用 Swift 2.0 更新 Xcode 7 后出现一些错误?

转载 作者:行者123 更新时间:2023-11-29 01:38:56 25 4
gpt4 key购买 nike

今天我用 swift 2.0 将我的 xcode 更新到版本 7。然后我的生产应用程序中出现了很多错误,但我已经自己修复了大部分错误。

有些问题我不知道如何解决。所以下面的图片是我自己无法修复的错误。

enter image description here

enter image description here

enter image description here

enter image description here

如果有人知道如何修复它,请帮助。谢谢!

最佳答案

正如评论中所解释的,您只需通过检查方法签名来重写这些行:

1.

// Use the NSURL methods instead of String ones
let path = NSURL(fileURLWithPath: documentsFolder).URLByAppendingPathComponent("baseDeck.sqlite").path!

2.

// Make sure the productId is a String
request = SKProductsRequest(productIdentifiers: [productId])

3.

// Be careful to parameters, they are optionals
motionManager.startAccelerometerUpdatesToQueue(NSOperationQueue.mainQueue()) { (data: CMAccelerometerData?, error: NSError?) -> Void in
//...
}

4.

// Be careful too, the invalidProductIdentifiers method return an array of string whereas the response.products an array of SKProduct
let products = responses.products.filter { productIndentifiers.contains($0.productIdentifier) }

希望对你有帮助。

关于ios - 使用 Swift 2.0 更新 Xcode 7 后出现一些错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32648695/

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