zoul / Finch

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

Finch Demo crashes with iPhone 5.1 simulator #31

Closed ergonotics closed 11 years ago

ergonotics commented 11 years ago

Select Finch Demo and iPhone 5.1 simulator. Build and run... crash...

zoul commented 11 years ago

It’s usually useful to include details about the crash log, so that I can figure out what went wrong. In this case it’s quite probable that the demo crashes because it needs Auto Layout, which is only available in iOS 6+. Do you really need to run the demo on 5.x? (Note that the library should run on 5.x just fine.)

ergonotics commented 11 years ago

I removed the auto layout and it works - thanks (actually realized that right after posting). Now, there's another issue we found in 5.1 with _voices )in FISound.m (initWithPath:maxPolyphony:error:) for which I have a fix (that I am submitting as a pull request.