Compiler Warning ... Conversion implicite d'un type d'énumération 'UIInterfaceOrientation' en un type d'énumération différent 'UIDeviceOrientation'?

Dans Xcode, je reçois un message d'avertissement dans la ligne suivante pour FBConnect:

_orientation = [UIApplication sharedApplication].statusBarOrientation;

C'est la pleine avertissement:

Implicit conversion from enumeration type 'UIInterfaceOrientation' to different enumeration type 'UIDeviceOrientation'

Des idées comment je peux résoudre ce problème?

Merci!

source d'informationauteur SimplyKiwi