XCode 8.0控制台在设备

时间:2016-10-18 11:32:04

标签: iphone xcode8 ios10

当我在设备上运行我的项目时,我在XCode 8.0的控制台中获得了不完整的API响应(这里我附加了我得到的不完整的响应)。虽然我在运行模拟器时得到了正确的响应。

我该如何解决?

     {
  "meta": {
    "total-pages": 13
  },
  "data": [
    {
      "type": "articles",
      "id": "3",
      "attributes": {
        "title": "JSON API paints my bikeshed!",
        "body": "The shortest article. Ever.",
        "created": "2015-05-22T14:56:29.000Z",

1 个答案:

答案 0 :(得分:1)

在全局标题中添加此代码:

#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);