Hi -
A while ago I posted regarding a pretty severe memory leak I had with AKSamplePlayer, but there was never any response. Kinda assumed that it must be something on our end and kept refactoring and testing. moved on to other aspects of the app, came back to the memory issue and accidentally found a note regarding other reports for AKSamplePlayer leaks and a fix. That's where my problem starts :0
I locked down compiler and AudioKit SDK to Xcode 8.3.3 and AudioKit 3.7.1. several months ago when starting this project and can't really to switch until after the first release. The essential memory fix starts appearing in the GitHub repos around Sept. 2nd 2017 and up. I was able to compile a repo from that date using ./build_frameworks.sh. A 3.8 version which solves all our memory issues barring some funny compiler messages. BUT there are several files missing (i.e. AKNodeOutputPlot) and it seems unstable.
So - I need a version of AudioKit higher than 3.7.1 and later than Sept 2, 2017 that still supports Xcode 8.3.3. Can't find one though. Pretty much all repos later than Sept. 2nd generate a ▸ Check Dependencies ** BUILD FAILED ** in terminal when running build_frameworks.sh. I am assuming - not sure - that this has to do with a switch to Xcode 9 in AudioKit 8.x. It is impossible to determine when exactly that happened.
What is the best path to proceed. The memory issue in 3.7.1 is a total showstopper for this app, updating to AudioKit 4.x, Xcode 9 and Swift 4 is not possible yet.
Phew - quite a conundrum. Any ideas anyone? TIA :0
Arthur