フレームワーク JSON をダウンロードし、プロジェクトに追加します。正しく追加されていると思います。
#import <JSON/JSON.h>
警告はありません。しかし、私がそれを使いたいとき、問題は始まります:
NSMutableDictionary * attachement = [NSMutableDictionary dictionary];
NSString *requestJson = [attachement JSONRepresentation];
しかし、 JSONRepresentation に関する警告があります:
Instance method '-JSONRepresentation' not found (return type defaults to 'id')
どうすれば修正できますか?
ありがとう