最近、XcodeをXcode5にアップグレードしました...
iPhone/iPad シミュレーターでアプリを実行すると、(物理キーボードを使用して) アプリの UITextfield に書き込もうとすると、Xcode5 出力ウィンドウに次のエラーが表示されることがあります。
<Error>: CGContextSetBlendMode: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contributing to an overall degradation of system stability and reliability. This notice is a courtesy: please fix this problem. It will become a fatal error in an upcoming update.
シミュレーター (画面) のキーボードを使用すると問題なく動作しますが、テスト目的で、迅速な開発/テストのために Mac のキーボードで入力したいのですが、これを修正する方法はありますか?
前もって感謝します