I'm using XCode 7.3.1, React 15.0.2 and React Native 0.26.2 (if that matters...).
I didn't do anything except installing iTerm 3 and rebooting my Mac, and since this morning, my simulator gets stuck on the splash screen. Everything used to work totally fine. I tried to reset content and settings from the simulator, I tried the simulator with iPhone 6s, 6 and 5, and I'm still having this problem.
No error message either... Just stuck on the launch screen. The server also seems totally fine since it's fetching the files required for the index:
[12:20:18 PM] <END> Building Dependency Graph (13007ms)
[12:24:05 PM] <START> request:/index.ios.bundle?platform=ios&dev=true
[12:24:05 PM] <START> find dependencies
transformed 669/670 (100%)[12:24:29 PM] <END> find dependencies (23705ms)
[12:24:34 PM] <END> request:/index.ios.bundle?platform=ios&dev=true (28206ms)
[12:29:25 PM] <START> request:/index.ios.bundle?platform=ios&dev=true
[12:29:25 PM] <END> request:/index.ios.bundle?platform=ios&dev=true (64ms)
[12:29:26 PM] <START> processing asset request src/components/login/logo.png
[12:29:26 PM] <END> processing asset request src/components/login/logo.png (18ms)
[12:40:49 PM] <START> request:/index.ios.bundle?platform=ios&dev=true
[12:40:49 PM] <END> request:/index.ios.bundle?platform=ios&dev=true (47ms)
[12:40:53 PM] <START> processing asset request src/components/login/logo.png
[12:40:53 PM] <END> processing asset request src/components/login/logo.png (49ms)
[12:46:33 PM] <START> request:/index.ios.bundle?platform=ios&dev=true
[12:46:33 PM] <END> request:/index.ios.bundle?platform=ios&dev=true (127ms)
[12:54:54 PM] <START> request:/index.ios.bundle?platform=ios&dev=true
[12:54:54 PM] <END> request:/index.ios.bundle?platform=ios&dev=true (37ms)
[12:54:55 PM] <START> processing asset request src/components/login/logo.png
[12:54:55 PM] <END> processing asset request src/components/login/logo.png (18ms)
Does anyone have a solution? Pretty please?