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.
iPhoneのJSON入出力を見たい。どうやってやるの?
用途NSLog()(および場所) を設定する必要がありますか? または、RestKit のログ レベルを (何に) 設定しますか?
NSLog()
RKLogConfigureByName("RestKit/Network", RKLogLevelTrace);これを AppDelegateに配置してみてください
RKLogConfigureByName("RestKit/Network", RKLogLevelTrace);
Charles - Debugging Proxyを使用できます