gpt4 book ai didi

swift:如何从 Assets 目录中获取 Assets

转载 作者:行者123 更新时间:2023-11-28 15:01:35 24 4
gpt4 key购买 nike

尝试使用 WatchKit 时

  let asset = NSDataAsset(name:"ASSET-NAME")

XCode 抛出以下错误 Use of unresolved identifier 'NSDataAsset'

那么如何使用 WatchKit 从 Assets 目录中获取(声音)文件?

最佳答案

根据 another thread你可以得到你的音频文件

let filePath = Bundle.main.path(forResource: "fileName", ofType: "m4a")!
let fileUrl = URL(fileURLWithPath: filePath)
let asset = WKAudioFileAsset(URL: fileUrl)

关于swift:如何从 Assets 目录中获取 Assets ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48853543/

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