Оказывается, я видел следующее в моем журнале:
Соединение TTRequestLoader: didReceiveResponse :: TTDASSERT не удалось: 0 == _queue.maxContentLength ||contentLength <= _ queue \ .maxContentLength </p>
(по одному для каждого изображения с ошибкой)
После этого немного прорисовывается:*
Jeff Verkoeyen:
Комментарий непосредственно перед этим утверждением должен пролить некоторый свет на ситуацию.
// If you hit this assertion it's because a massive file is about to be downloaded.
// If you're sure you want to do this, add the following line to your app delegate startup
// method. Setting the max content length to zero allows anything to go through. If you just
// want to raise the limit, set it to any positive byte size.
// [[TTURLRequestQueue mainQueue] setMaxContentLength:0]