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 - 调试代理