Cannot find module expo/tools/hashAssetsFile when testing on IOS

I’m new to expo.io and I’ve created a simple app using Expo XDE. I’m using a windows 10 PC and testing via QR with an IPhone 6S and a Galaxy S8.

The problem is that I can’t test my app on the iPhone because it throws an error saying “Cannot find module project route/node_modules/expo/tools/hashAssetFiles. Meanwhile, on the Galaxy S8 works perfectly!

You can see my stackoverflow question with image here: javascript - Can't test my app on IOS using Expo.io. Cannot find module hashAssetFiles - Stack Overflow

Does anyone know how can I solve this problem? Thanks in advance! and I’m sorry if it is an already answered question.