Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在使用 Finch 时遇到了问题 - 我再次打开并释放了很多声音文件,项目声音中的某个特定点将停止加载 - 错误代码形式 ALOpenFileFromURL... 是 43 - 找不到文件...我的解决方案最后是通过将 AudioFileClose(并记录 fileId)添加到 Sound.m 中的 dealloc 来确保文件已关闭......我的解决方案可能并不优雅,也可能很天真,但现在似乎可以工作 - 所以我想我会发布以防它对其他人有帮助
谢谢,罗斯
那是一个错误,很好的捕获!感谢您的报告,它已在当前版本中修复。下次您可以直接向错误跟踪器报告错误,它会更快地被注意到。