2013-11-21 100 views
7

我正在更新我的應用程序爲iOs 7.I'd開發此應用程序爲科爾多瓦(電話差距)。而我運行這個程序,我得到錯誤:[WebCoreSharedBufferData getBytes:範圍:]:範圍{0,8}超出數據長度0'

FirstDemo[175] <Error>: ImageIO: PNG Not a PNG file 
FirstDemo[175] <Error>: ImageIO: PNG Not a PNG file 
FirstDemo[175] <Error>: ImageIO: PNG Not a PNG file 
FirstDemo[175] <Error>: ImageIO: PNG Not a PNG file 
FirstDemo[175] <Error>: ImageIO: PNG Not a PNG file 
FirstDemo[175] <Error>: ImageIO: PNG Not a PNG file 

FirstDemo[175:500b] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[WebCoreSharedBufferData getBytes:range:]: range {0, 8} exceeds data length 0' 
*** First throw call stack: 
(0x30875f4b 0x3af476af 0x30875e8d 0x311b0a91 0x307ce9a5 0x315afe47 0x315afd21 0x316f49ab 0x315afc75 0x315af8f9 0x315b80f5 0x315b771f 0x308fd45d 0x32c976b5 0x32c96b5f 0x32c82a91 0x32c825d5 0x32c7f371 0x32c7da71 0x3b431273 0x3b43106b 0x3b431ce1 0x3b431f59 0x3b56cdbf 0x3b56cc84) 
libc++abi.dylib: terminating with uncaught exception of type NSException 

我無法找到任何地方任何soluation。 任何人都可以幫助我嗎?

+0

我們看到這個錯誤,以及,你會介意你上傳分析PNG文件?也許它是某種類型的PNG調色板? – kcbanner

回答

0

糟糕,只是在實現kcbanner的評論後更新這個。

你見過/試過:Has iOS 7 changed PNG compatibility/handling?

+0

錯誤發生在UIWebView中,程序員無法訪問數據。 – kcbanner

+0

我已經看到了,但我們已經嘗試了很多不同的PNG,並且找不到導致此錯誤的常見因素。 – kcbanner