XCode Validation issue

Hello all:

I’m trying to validate an update for an app I’ve been working on through xcode. I haven’t touched how the code works with cocos 2D and yet it now says that I’m using a non-public API that uses or references private class: UIKeyboard. Has anyone run into this problem before? Or know where in Cocos the UIKeyboard is used as I’ve searched through the project and have since removed all references my app does to any key board.

Thank you for any and all help.

From,
J.

are you sure you are using Cocos2d-x? Or just Cocos2D or Cocos2d-iphone?

We only use it in CCEAGLView.mm and CCEditBoxImplIOS.mm and I’m not aware of anything in these classes that would be a private API.