Landscape working in simulator but not device

I may be getting tired (or too much Christmas cheer :)) but I must be overlooking something. I have the following build.settings file which works absolutely fine and as expected in the simulator

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
settings =
{
        orientation =
        {
                default = "landscapeRight",
                supported =
                {
                        "landscapeLeft", "landscapeRight",
                },
        },
 
        iphone =
        {
                plist =
                {
            UIInterfaceOrientation = "landscapeRight",
 
            UISupportedInterfaceOrientations =
            {
                "landscapeRight",
                "landscapeLeft",
            },
                        CFBundleIconFile = "Icon.png",
                                        CFBundleIconFiles = {
                                                "Icon.png" ,
                                                "Icon@2x.png" ,
                                                "Icon-72.png" ,
                                                "Icon-Small-50.png" ,
                                                "Icon-Small.png" ,
                                                "Icon-Small@2x.png"
                                        },
                        CFBundleDisplayName = "AlphaRelease",
                        UIPrerenderedIcon = true,
                        UIStatusBarHidden = true,
                        UIApplicationExitsOnSuspend = true,
 
                },
 
        },
 
}

MIne does, but its a lot less busy than that.
Try this , and add stuff back in until it breaks...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
settings =
{
        orientation =
        {
                default = "landscapeRight",
                                supported =
                                        {
                                                         "landscapeRight", "landscapeLeft"
                                        },
        },
 
        iphone =
        {
                plist =
                {
                        UIStatusBarHidden=true,
                        UIPrerenderedIcon = false
                },
        }
               
}
views:1418 update:2011/12/31 9:35:10
corona forums © 2003-2011