One of the root causes of the issue is missing files in runtime which were used in the build. Description: I ran into this issue when I was running the app via XCode on Mac but the code was accessing files from GitHub. Solution: I pulled the entire package on the local Mac repository and re-ran the app, It worked. Root Cause: As the execution engine was fetching the files from Github in real-time, perhaps that is why the simulator was timed out
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: