gpt4 book ai didi

ios - 无法在我的 iOS 应用程序中读取 XML 文件

转载 作者:行者123 更新时间:2023-11-30 13:20:34 25 4
gpt4 key购买 nike

我似乎无法让我的代码工作。我在 Xcode 项目文件夹中包含了一个“sample.xml”文件。但是,我不断收到错误消息:

"fatal error: unexpectedly found nil while unwrapping an Optional value warning: could not load any Objective-C class information from the dyld shared cache. This will significantly reduce the quality of type information available."

我还使用第三方库来解析我的 XML 文件。

let xmlPath = NSBundle.mainBundle().pathForResource("sample", ofType: "xml")!

let data = NSData(contentsOfFile: xmlPath)

if let parser = XMLParser(data: data) {
let element = parser.rootElement["root"]
print(element)

}

最佳答案

确保您的资源(xml 文件)存在于构建阶段 中的复制捆绑资源 中。如果没有,请继续通过单击底部的 + 添加缺少的资源。如果这不是问题,请检查您的 xml 文件是否采用正确的 xml 格式。

关于ios - 无法在我的 iOS 应用程序中读取 XML 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37801450/

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