Emulate ios: Nav bar and blank body after splash screen

Hi, this is likely an issue with my project setup, not ionic, but basically, when I try to emulate my project on ios I go from the splash screen to a screen with a navbar but no other content. In the logs my location is correct (index.html#/tab/posts), but I don’t get any content.

I’ve tried a bunch of solutions on here, autohidesplash = false and hide the splash on ionic ready, also tried using a state.go in ionic ready. Still no luck. Thanks so much for your help, spent a ton of time trying to figure this out. Has anyone seen this before?

Have you used ionic emulate ios -lcs and checked if there is any javascript error?