Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RestKit を使用してオブジェクトを投稿しようとすると、次のエラーが発生します。「最初にリセットせずに、ロード中またはロード中のリクエストを送信できません。」
どういう意味ですか?リクエストをリセットするにはどうすればよいですか?
コードを投稿しないと、エラーの場所を特定するのは困難ですが、このエラーは、_isLoadingまたは_isLoadedが に設定されている場合に発生しNOます。を使用して送信する前に、リクエストのリセットを試みることができます[myRequest reset];。
_isLoading
_isLoaded
NO
[myRequest reset];