I run the TTCatalog application from the Three20 library and encountered this error when click on the "Photo Thumbnails" of the "Three20 Catalog":
TTDASSERT failed: _cacheKey == request.cacheKey
I look at the breakpoint and see that it is on line 119 of TTRequestLoader.m of the method addRequest.
I know that it failed to do the assertion of the cacheKey, but why this error appears even on the sample application, does anyone encounter the same error? What is the workaround of this?
Thanks,
P/S: I downloaded the Three20 from the git directory just yesterday. So I assume this be the newest one.