AudioKit: Swift 3.1 AKFrequencyTracker crash

AKFrequencyTracker was working before the Swift 3.1 update. Just crashes now when AudioKit.start() is called. Console is printing this:

malloc: *** error for object 0x103c47850: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug

Stack trace:

screen shot 2017-03-30 at 6 16 09 pm

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 21 (12 by maintainers)

Commits related to this issue

Most upvoted comments

Could be that Swift 3.1 fixes a bug that we were working around. I’ll look into this. Good that you found a temp fix.