AudioKit / Cookbook

Canonical Examples for Using the AudioKit Framework
MIT License
606 stars 97 forks source link

CookBook package resolution does not work in Xcode 13 #119

Closed jalone87 closed 1 year ago

jalone87 commented 1 year ago

macOS Version(s) Used to Build

macOS 11 Big Sur

Xcode Version(s)

Xcode 13.0

Description

I hope this ticket is not out of place, in such a case sorry, either way it can be closed promptly.

The project does not compile with xcode 13. It fail to build the package dependency graph. I have been trying to fix it, since i think the main reason is that the only stable release of AudioKit for xcode 13 is 5.2.2, but the current CookBook requires 5.5.0 or such.

I figure it's faster to install xcode on another machine than fix this issue, but for the future, I would suggest git-tagging the commits or even better having releases, for each update of AudioKit, or this information will be lost as soon as a new potentially unstable commit is pushed to master.

Thank you for your work and time

Crash Logs, Screenshots or Other Attachments (if applicable)

No response

NickCulbertson commented 1 year ago

I'm on Xcode 14 so I can't test this. Did you try File > Packages > Reset Package Caches?

jalone87 commented 1 year ago

Yes, sadly no effect.

I think i need the build for this: https://github.com/AudioKit/AudioKit/releases/tag/v5.2.2

NickCulbertson commented 1 year ago

I'm going to close this. Feel free to open it again if needed.