문제

When I try to post an object using RestKit I get the following error. "Cannot send a request that is loading or loaded without resetting it first."

What does it mean? How can I reset a request?

도움이 되었습니까?

해결책

Without posting a code, it is hard to say where the error is, but: This error occurs, when either _isLoading or _isLoaded is set to NO. You could try to reset your request before sending it using [myRequest reset];.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top