Xcode 9 Runtime issue
motapuma opened this issue · 4 comments
motapuma commented
onmyway133 commented
@motapuma Hi, can you check that you don't use Whisper from background thread?
motapuma commented
Yes i did, therefore now i am sure i am not using Whisper from background. I have done a new project i have surrounded every code that involves whisper with
DispatchQueue.main.sync {}
Aren't you experiencing the same with Xcode 9 ???? (Because this warning were not present with Xcode 8.0)
But the code in the next image fix the "Run time issue"
If you think it is a good idea ill do the pull request...
albertomota-codes commented
@3lvis just like that?
3lvis commented
Haven't been able to reproduce the issue, if this is still a case for you and can help me reproduce it I'll be happy to revisit it :)