Build.settings Problem With Ipad4

So I found out that the components line in build.settings causes problems with the ipad4. Not exactly sure why.

 

I realize that it’s not needed any more after build 1008 (i think), but for build 971, it’s still applicable.

 

Everything works fine, but on the ipad4, after the load screen, it just turns black.  Take the line out, and everything works as expected.

 

    iphone = {
        plist = {
            MinimumOSVersion = “5.0”,
            UIStatusBarHidden = true,
            UIPrerenderedIcon = true, – set to false for “shine” overlay
        },

        components = {} – 
    },

 

 

UPDATE:

Seems to work now, will do more tests.

Reboot seemed to fix the problem.

Reboot seemed to fix the problem.