Enrico
Enrico

Reputation: 571

Xcode 5, xib localization causes black screen on phone

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

Answers (1)

Chisx
Chisx

Reputation: 1986

First I would try this:

  1. Quit the simulator

  2. Clean your project(Under Product, Clean, or shift-cmd-'k')

  3. Build your project(Under Product, Build, or cmd-'b')

  4. 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

Related Questions