Too many open files iOS

后端 未结 2 596
一生所求
一生所求 2021-01-16 09:31

i am new on ios programming, when my app is running , i am taking these errors. I am loading 950+ images in my app and i am using ARC.

ImageIO: CGImag

2条回答
  •  情深已故
    2021-01-16 09:58

    From X-Code 10 Apple is not removing all NSCache instances dynamically as it done before. So as developer we need to Quit the simulator app and run the build your build be succeeded.

提交回复
热议问题