hyperoslo/Whisper

Xcode 9 Runtime issue

motapuma opened this issue · 4 comments

With the Xcode 9 there is a "RunTIme Issue:

screen shot 2017-11-13 at 11 16 48 pm
"

@motapuma Hi, can you check that you don't use Whisper from background thread?

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"

screen shot 2017-11-28 at 2 22 31 am

If you think it is a good idea ill do the pull request...

@3lvis just like that?

3lvis commented

Hi @albertomota-codes,

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 :)