A week ago, I installed a new package and my iOS simulator was working just fine but all of a sudden it stopped loading. I was running into 'font family' issues due to the use of Material Icons and Expo. I remember trying to open up the project on Xcode, but found a different solution that didn't require Xcode. I think maybe opening up the project in Xcode may have done something?
Here are things I've tried to do to fix this issue:
- Erase 'Content and Settings' in the options for iOS sim.
- Checking out to Master, Checkout out to master from weeks ago
- Reverting all changes and uninstalling package
- Taking care of
CreateChannelAndroidAsyncyellow error (it was the only error that popped up but is unrelated) - Cleared ALL the Things: watchman watch-del-all && rm -rf node_modules/ && npm cache verify && npm install && npm start -- --reset-cache
- Deleting and Reinstalled XCode
- Branch works fine on my coworker's mac.
- Haven't tried: creating a new project. This is what I'm going to do next.
Any recommendations on where to go from here?