gpt4 book ai didi

ios - 无法转换不安全指针 的值?到预期的参数类型 xcode 8

转载 作者:行者123 更新时间:2023-11-28 18:52:07 24 4
gpt4 key购买 nike

使用 Xcode8,我一直在升级到 Swift 3。但是我收到了这个错误:

Cannot convert value of Unsafe pointer? to expected argument type 'String'

使用这行代码:

let queue = DispatchQueue(label: (name as NSString).utf8String, attributes: [])

这是什么意思,我该如何解决?

最佳答案

DispatchQueue(label:) 采用常规 Swift 字符串,因此您可以简单地使用 name。此外,attributes 参数的默认值为 [],因此您可以简单地编写

let queue = DispatchQueue(label: name)

关于ios - 无法转换不安全指针 <Int8> 的值?到预期的参数类型 xcode 8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39850408/

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