Reputation: 571
I have an iPhone app on Xcode 5.0. I localized a UIViewController
.xib file (English and Italian).
When running the app on phone and simulator, then loading the ViewController, the device shows a black screen. No exception or warning in console. Before localization the app was running fine.
Do you have any idea? Any help will be appreciated.
Upvotes: 1
Views: 470
Reputation: 1986
First I would try this:
Quit the simulator
Clean your project(Under Product, Clean, or shift-cmd-'k')
Build your project(Under Product, Build, or cmd-'b')
Re-run your application
If that does not work. You can try, with your simulator open, - Go to iOS simulator tab -> click reset content and settings
.
Upvotes: 2