某プロジェクトに、AudioKit というフレームワークの入れ方ではまりました。

Framework に追加するだけでいいと思っていたら、どうやら違った。

下記を参考にして、入れる必要があるっぽい。

 

細かいところだけど、URLを指定するところが、https://github.com/AudioKit/AudioKit  ではなくて、https://github.com/audioKit/AudioKit/  なの?よくわかりません。あと、v5-mainv5-develop を選択する必要性があるっぽい。

 

GitHub - AudioKit/AudioKit: Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS

 

To add AudioKit to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter https://github.com/AudioKit/AudioKit for the URL. Check the use branch option and enter v5-main or v5-develop.

  

 

 

GitHub - PumpMagic/ostrich: A Game Boy Sound System player for macOS, written in Swift