zoul / Finch

Simple, low-latency OpenAL sound engine for Apple iOS.
http://github.com/zoul/Finch/
MIT License
435 stars 345 forks source link

fix compilation type error on Xcode 9 #45

Closed tsheaff closed 6 years ago

tsheaff commented 7 years ago

@zoul would be nice to get out a 1.0.1 with this guy, until then my podfile has to point at my calm/Finch fork.

shockdesign commented 7 years ago

@tsheaff You shouldn't need to reimport OpenAL.. demo and library seem to build fine after fixing the compilation type error on Xcode 9..

tsheaff commented 7 years ago

Didn't for me, I had to add that line back to get things working... Not sure what's different about our setups.

shockdesign commented 7 years ago

@tsheaff Not sure whats different either, except I just tried this today with the release of Xcode 9..