【发布时间】:2022-11-28 05:55:22
【问题描述】:
我一直在尝试在 Xcode 13.2.1 下构建 Cookbook,但无济于事。我收到“分析失败”并出现以下错误:
stk:
命令 CompileSwiftSources 失败,退出代码非零
语义问题(20): (一些错误消息以不同的数组大小出现,为简洁起见,我只引用一个):
- 没有名为 num_get (istream) 的模板
- 没有名为 bitset (istream) 的模板
- 未定义模板 std::ostream(sstream、istream)的隐式实例化
- 二进制表达式的无效操作数('std::ostringstream'(又名'basic_ostringstream')和'const char [60]')(instrmnt.h、Filter.h、Whistle.cpp)
- 二进制表达式的无效操作数('std::ostream'(又名'basic_ostream')和'char')(Stk.h)
食谱计划: 5个与上述类似的语义问题
音频套件:命令 CompileSwiftSources 失败,退出代码非零
有什么建议可以让这件事继续下去吗?我完全不知所措。我的目标是 iOS 15。如果需要,我很乐意提供更多信息。
此处供参考的是我正在使用的 Cookbook 和依赖项的版本:
- 食谱(?,2022 年 5 月 2 日提交)
- AudioKit 5.4.1
- AudioKitEx 5.4.0
- AudioKitUI(?,22 年 5 月 3 日提交)
- DunneAudioKit 5.4.1
- KissFFT 1.0.0
- SoundpipeAudioKit 4.4.1
- SporthAudioKit 5.3.1
- STKAudioKit 5.3.0
【问题讨论】:
标签: c++ swift audiokit cookbook