On iOS I’m getting a black view. Just the top bar is showing. The only error that I see in the log is this:
ERROR: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/CoreServices/SpringBoard.app/SpringBoard is depending on legacy on-demand authorization, which is not supported for new apps
I’m not sure if this is the cause of the problem, but I see no javascript errors when testing on a web server.
Environment:
XCode 6.1
Cordova 4.1.2
ionic 1.2.8
ios-sim 3.1.1
I installed some cordova plugins to get around another error (“device not found”), removed and rebuilt the platforms. I’ve reset the iOS Simulator multiple times.
I’m not sure how to debug this any further. Any pointers would be appreciated.