I use AudioKit in my app.
Since I implemented AKNodeRecorder
and exportAsynchronously
method on my app, AudioKit generates two small caf
files on temporary folder
when the app is launched.
A size of each file is 4KB, so it's not a serious problem but is there any way to avoid it?
a snapshot of the temporary folder of the simulator
I use Xcode version 9.1, swift version 4, AudioKit version 4.0.3, iPhone 6, iOS 11.0.2