I was having this warning when submitting my app with Application Loader.
The app references non-public selector in MyApp : id
This warning
Facebook iOS SDK 3.12 the same problem in FBGraphUser.h.
Change
@property (retain, nonatomic) NSString *id;
to
@property (retain, nonatomic) NSString *UserId;