Stephen
Stephen

Reputation: 4813

MainWindow.xib is just a black screen

I'm trying to test the following code : http://github.com/mobilemelting/nvpolyline. When I run the app, all I get is a black screen. There are only two View Controllers, MainWindow.xib and NVMapViewController.xib.

See my settings for MainWindow.xib in the attached image.

What am I missing ?

Regards, Stephen

alt text

Upvotes: 0

Views: 387

Answers (1)

Codebeef
Codebeef

Reputation: 44016

If you clone the project, and compile it against the 4.x SDK, it should work - I've just tested it, and it compiles and runs just fine.

If you are getting this problem after changing something, analyse your changes, and work backwards to find out where you introduced the problem.

Upvotes: 1

Related Questions