簡體   English   中英

使用 v5 beta 構建 AudioKit Cookbook 時出錯

[英]errors building AudioKit Cookbook with v5 beta

我正在嘗試使用 XCode 版本 12.0.1 (12A7300) 構建AudioKit Cookbook ,但出現以下錯誤:

/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/Shaker.swift:13:30: Value of type 'CallbackLoop' has no member 'start'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/Shaker.swift:13:45: Value of type 'CallbackLoop' has no member 'stop'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/Shaker.swift:40:14: Value of type 'CallbackLoop' has no member 'stop'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/DrippingSounds.swift:28:37: Value of type 'CallbackLoop' has no member 'frequency'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/DrippingSounds.swift:45:19: Value of type 'CallbackLoop' has no member 'start'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/DrippingSounds.swift:53:15: Value of type 'CallbackLoop' has no member 'stop'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/DrumSynthesizers.swift:15:30: Value of type 'CallbackLoop' has no member 'start'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/DrumSynthesizers.swift:15:45: Value of type 'CallbackLoop' has no member 'stop'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/DrumSynthesizers.swift:55:14: Value of type 'CallbackLoop' has no member 'stop'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/Flute.swift:13:30: Value of type 'CallbackLoop' has no member 'start'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/Flute.swift:13:45: Value of type 'CallbackLoop' has no member 'stop'
/Users/ali/Documents/Development/Cookbook/Cookbook/Cookbook/Recipes/Flute.swift:43:14: Value of type 'CallbackLoop' has no member 'stop'

您需要將 AudioKit Swift 包更新到最新版本。 我在 AudioKit 和 Cookbook 中都做了一些更改。 我想我應該在 v5-master 的基礎上制作 master 並在 v5-develop 的基礎上開發,以防止將來這種情況發生在人們身上。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM