Joe Nash

Results 9 comments of Joe Nash

@vg-identance @Cerovec can confirm, same crash for me on v5.2. Going to try 5.0 and see if that helps. ![Screenshot 2020-02-18 at 13 41 22](https://user-images.githubusercontent.com/176042/74741257-609f3b00-5254-11ea-8098-e52767cd96b5.png)

@vg-identance @Cerovec I can confirm that on any of the 5.0.x versions, the framework does not crash. As soon as you move to 5.1.0 it becomes unstable.

The solution for my code was different. I was calling `reconfigureRecognizers` during the scanning process, which it doesn't seem to like. Once I removed that, the crashes went away. 👍

Hi @LBBO! Following on from our conversation in the wrong repo (apologies!) I am wondering - I assume this is the branch I need? I'm a newbie when it comes...

Hi, does this fix the issue found in #20 ?

@LBBO thank you for the helpful info! I used the release version yesterday and managed to export my old profile JSON, but unfortunately was unable to import it into my...

Hi @LBBO - thanks for your reply! Sorry I'm off-topic here... I [followed a link in an issue over there](https://github.com/LBBO/netflix-migrate/issues/37#issuecomment-527754959) and didn't realise I was chatting in the wrong repo!...

You can do `[[PRTween sharedInstance] removeTweenOperation:tweenOperation];` - the only problem is that it won't remove the tween until the following loop. I have branched the code and updated it slightly...

In the meantime, a tip: Copy the protocol into the mock file, remove the keyword `async` from all function names and then build the mock. Then you can add it...