I picked up Ionic a couple of weeks ago to start developing an app. Everything was going swimmingly until this afternoon when my xcode updated and with it iOS in my simulator. Now when I try to run (in the simulator - I don't have a real iOS device to try) or emulate on ios with live reload ("ionic run ios -l -c" or "ionic emulate ios -l -c"), the app gets stuck on the splash screen (I've tried this with a blank build of ionic tabs from the examples and this exhibits the same behaviour).
If I run or emulate without live reload, the app launches, however there appear to be issues relating to $http, angular google maps and navigator.geolocation - I'm unable to work out exactly what the issue is without live reload and the console.
My app still works perfectly in browser.