AudioKit / Cookbook

Canonical Examples for Using the AudioKit Framework
MIT License
639 stars 103 forks source link

Package graph doesn't resolve for latest release/Xcode 13.2 #72

Closed irskep closed 2 years ago

irskep commented 2 years ago

I'm not sure how to debug this because I'm not super familiar with SwiftPM, but I just cloned this project and wasn't able to build at all due to this error:

Screen Shot 2021-12-19 at 9 07 00 AM
wtholliday commented 2 years ago

Might be an instance of that broken vision of Xcode Apple released. Try upgrading to 13.2.1.

See https://developer.apple.com/forums/thread/696504?page=2

irskep commented 2 years ago

Or it could be that the project specifies the AudioKitUI dependency as main instead of 5.2.0 🤷 I'm checking now, but it's taking a while due to very slow internet.

irskep commented 2 years ago

That wasn't it, because AudioKitUI doesn't publish release versions. Giving up on this for now.

wtholliday commented 2 years ago

Resolves fine for me with 13.2.1.

irskep commented 2 years ago

Also worked for me. Thanks for your patience and quick response.