Build No Longer Working, Something Wrong With The App Orientation? Or Gamecenter?

Hi guys,

I just grabbed the latest build and compiled n deployed my app to device but I got this error :

 

*** Terminating app due to uncaught exception ‘UIApplicationInvalidInterfaceOrientation’, reason: ‘Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES’

    *** First throw call stack:

 

This is something that I never seen before, my build.settings is pretty simple:

 

settings =  {     orientation =      {         default = "landscapeRight",         supported =          {         "landscapeRight",         },                          },     androidPermissions =     {              "android.permission.INTERNET",              "android.permission.WRITE\_EXTERNAL\_STORAGE"                     },     iphone =     {         plist =         {             CFBundleIconFile = "Icon.png",             CFBundleIconFiles = {                "Icon.png",                 "Icon@2x.png",                 "Icon-72.png",              },             UIStatusBarHidden = true,             UIAppFonts =             {        "Manga.ttf",                     "Doctor Jekyll NF.ttf",                     "Gang of Three.ttf",                     "Armor Piercing.ttf",                                  }         },     } }  

Is there anything I should know?

 

ps : not sure if this related or not but the only thing I changed in my code is that I added the gamecenter module… 

thanks