开发者

What is reason for below error?

开发者 https://www.devze.com 2023-04-02 15:08 出处:网络
ImageIO: CGImageRead_mapData \'open\' failed \'/Users/Vyom/Library/Application Support/iPhone Simulator/4.3.2开发者_开发百科/Applications/47042F21-2B0F-4A18-8950-369E60C07481/MemoryGame.app/card_back.
ImageIO: CGImageRead_mapData 'open' failed '/Users/Vyom/Library/Application Support/iPhone Simulator/4.3.2开发者_开发百科/Applications/47042F21-2B0F-4A18-8950-369E60C07481/MemoryGame.app/card_back.png'

error = 24 (Too many open files)

I am developing game in Xcode and it's fresh after 3 level and show me above error. Can any tell what is problem.


The error says "too many open files". You need to close the files when you're done reading from them otherwise you run out of file handles.

0

精彩评论

暂无评论...
验证码 换一张
取 消