ArjanAswal / Stockfish

The Stockfish Chess Engine for Flutter.
GNU General Public License v3.0
41 stars 16 forks source link

Example doesn't work on iOS #5

Closed daohoangson closed 3 years ago

daohoangson commented 3 years ago

Both go infinite and go movetime 3000 crash the app on iOS. I think this may be a threading issue. They work fine on Android though.

ArjanAswal commented 3 years ago

It was working before if I am not wrong?

daohoangson commented 3 years ago

It did. I'm looking into it.

mono424 commented 3 years ago

go command still crashes app on ios, any updates to this ? :)

ArjanAswal commented 3 years ago

Can you please try the latest version from GitHub and tell me whether its working?

mono424 commented 3 years ago

Still crashing in iOS Emulator on mac :)

daohoangson commented 3 years ago

You may need to do a flutter clean then remove the ios/Pods directory for the new version to kick in. The previous version writes a bad file into that directory so it needs to be purged.

mono424 commented 3 years ago

that did the trick thank you ! :)