iOS error-Too many open files (Error = 24)

Source: Internet
Author: User

This error is when you display a picture with Uiimageview. UIImage is the Imagenamed method. The reason for the error is that too many files are open. It should be too many files open causing the UIImage cache to be deleted so that the cached picture cannot be retrieved. Looking for a long time did not find the problem, because imagenamed this method will cache the picture, that is, no matter how many Uiimageview use this image will not cause additional picture overhead.

Later, after a test, it dawned. The problem doesn't come from UIImage. The original thought is that the program loaded too many pictures caused this error, but the test found that as long as not using too many different pictures is no problem. The real killer is actually the audio player in my program. The player in my program constantly plays the sound effects, causing too many files to be opened, which has never caused the UIImage cache to be recycled.

The optimization of the player is very simple, in fact, is not to use Avaudioplayer, but to use audioservices.

iOS error-Too many open files (Error = 24)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.