gpt4 book ai didi

ios - 从 Info.plist 读取时转换失败

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

我正在尝试访问存储在 Info.plist 中的值,第二行 root = NSDictionary... 失败。

但是我可以这样做来打开我的另一个文件,Common.plist

if let path = Bundle.main.path(forResource: "Info", ofType: "plist"),
let root = NSDictionary(contentsOfFile: path) as? [String: String] {

为什么我在打开 Info.plist 时遇到问题?

最佳答案

Info.plist 不是 [String:String]。它可以包括任何符合属性列表的类型。

但是有一个很方便的捷径

let root = Bundle.main.infoDictionary

返回 [String:Any]

关于ios - 从 Info.plist 读取时转换失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48510438/

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