ログに次の情報が表示されていたことがわかりました。
TTRequestLoader接続:didReceiveResponse :: TTDASSERTが失敗しました:0 == _queue.maxContentLength || contentLength <= _ queue \ .maxContentLength
(失敗したイメージごとに1つ)
その後、少しグーグルがレンダリングされました:
http://groups.google.com/group/three20/browse_thread/thread/8bfac3654a6d9674/caf797f265445971?pli=1
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]