2013-06-13 34 views
10

在Xcode中,當我打開中的.xib我的文本框小數墊鍵盤選項,我運行應用程序,我收到此錯誤:Xcode的數字鍵盤與十進制錯誤

Jun 13 01:22:38 Nicholas-Gibsons-iPhone Quick Utilities[1009] <Error>: 
CGContextSetFillColorWithColor: 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. 

如果您有任何知道這真的意味着什麼,你會得到很多幫助!非常感謝!

+5

您是否正在運行ios7測試版?當我在ios7 beta中顯示UIActionSheet時,出現同樣的錯誤;雖然在ios6.1中工作正常。 – aranasaurus

+0

是的!我去過開發者論壇,現在蘋果已經修復了這個bug!對不起,我在這裏發佈了這個消息,當時我並不知道。 –

+1

NicholasGibson - 如果您認爲解決方案對其他人有用,請將@Zemm作爲「答案」發佈,以便更明顯。如果不是,則可以刪除該線程。 – Leigh

回答

1

嘗試以下操作:

textField.keyboardType = UIKeyboardTypeDecimalPad; 
+0

不,我仍然收到相同的錯誤。 :( –

0

檢查,看看你正在使用方面任何地方 - 如果是這樣的任何地方將其重命名它發生。

相關問題