AudioKit / Cookbook

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

Cookbook does not build in Xcode 15 beta 2 #131

Closed misteu closed 12 months ago

misteu commented 12 months ago

macOS Version(s) Used to Build

macOS 13 Ventura

Xcode Version(s)

Xcode 15 beta 2

Description

The app does not build in Xcode 15 beta 2. I did not try beta 3 yet but I guess it will be the same there.

It seems to be because of one of the 3rd party libraries. The build error appears inside WaveStack.cpp which is inside of CDunneAudioKit

This might actually be more an issue of this 3rd party, but maybe it does make sense to exclude it for Xcode 15 builds of Cookbook as long as it's not working.

Crash Logs, Screenshots or Other Attachments (if applicable)

image
NickCulbertson commented 12 months ago

The fixed version is on the assert-fixes branch (https://github.com/AudioKit/DunneAudioKit/tree/assert-fixes) but those have not been pulled into the DunneAudioKit Main branch yet. Those fixes should be rolled into the Main branch at some point soon. In the meantime you can replace the current DunneAudioKit package with the assert-fixes branch.

aure commented 12 months ago

Compiles for me. I addd back in Package.resolved so that we can pin versions, should help.