【问题标题】:Does anyone know this issue in "xcode console"有谁知道“xcode 控制台”中的这个问题
【发布时间】:2015-12-04 09:13:39
【问题描述】:

我记得,我在我的项目中做了一些配置,但我忘记了如何删除或添加(或打开)它。这是我的 xcode 控制台记录我:

 <CFBasicHash 0x7fef63d33a30 [0x111a25180]>{type = mutable dict, count = 25,
entries =>
1 : <CFString 0x7fef63d31db0 [0x111a25180]>{contents = "CFBundleName"} = <CFString 0x7fef63d32ec0 [0x111a25180]>{contents = "KTVGroupBuy"}
2 : <CFString 0x7fef63d31f50 [0x111a25180]>{contents = "DTSDKName"} = <CFString 0x7fef63d32e90 [0x111a25180]>{contents = "iphonesimulator8.4"}
3 : <CFString 0x1119fdb40 [0x111a25180]>{contents = "CFBundleInfoPlistURL"} = <CFURL 0x7fef63d32bd0 [0x111a25180]>{string = Info.plist, encoding = 134217984
base = <CFURL 0x7fef63d322f0 [0x111a25180]>{string = file:///Users/Apple/Library/Developer/CoreSimulator/Devices/A5CE7D85-380C-434E-A075-E750F5397B4E/data/Containers/Bundle/Application/CCF770CD-2865-4008-A45A-B12A09092728/KTVGroupBuy.app/, encoding = 134217984, base = (null)}}
4 : <CFString 0x1119fdb80 [0x111a25180]>{contents = "CFBundleNumericVersion"} = <CFNumber 0xb000000010080002 [0x111a25180]>{value = +16809984, type = kCFNumberSInt32Type}
5 : <CFString 0x7fef63d328d0 [0x111a25180]>{contents = "UILaunchStoryboardName"} = <CFString 0x7fef63d32ee0 [0x111a25180]>{contents = "LaunchScreen"}
11 : <CFString 0x7fef63d32900 [0x111a25180]>{contents = "CFBundleDevelopmentRegion"} = <CFString 0x7fef63d32f00 [0x111a25180]>{contents = "en"}
12 : <CFString 0x7fef63d32ac0 [0x111a25180]>{contents = "CFBundleVersion"} = <CFString 0x7fef63d32f20 [0x111a25180]>{contents = "1"}
14 : <CFString 0x7fef63d32af0 [0x111a25180]>{contents = "UIStatusBarTintParameters"} = <CFBasicHash 0x7fef63d33060 [0x111a25180]>{type = mutable dict, count = 1,
entries =>
0 : <CFString 0x7fef63d32f40 [0x111a25180]>{contents = "UINavigationBar"} = <CFBasicHash 0x7fef63d32fe0 [0x111a25180]>{type = mutable dict, count = 2,
entries =>
0 : <CFString 0x7fef63d32f70 [0x111a25180]>{contents = "Style"} = <CFString 0x7fef63d32fb0 [0x111a25180]>{contents = "UIBarStyleDefault"}
1 : <CFString 0x7fef63d32f90 [0x111a25180]>{contents = "Translucent"} = <CFBoolean 0x111a25c00 [0x111a25180]>{value = false}
}

}

15 : <CFString 0x7fef63d32b20 [0x111a25180]>{contents = "UIStatusBarStyle"} = <CFString 0x7fef63d330e0 [0x111a25180]>{contents = "UIStatusBarStyleLightContent"}
16 : <CFString 0x7fef63d32c20 [0x111a25180]>{contents = "CFBundlePackageType"} = <CFString 0x7fef63d33150 [0x111a25180]>{contents = "APPL"}
17 : <CFString 0x7fef63d32b80 [0x111a25180]>{contents = "UIMainStoryboardFile"} = <CFString 0x7fef63d33130 [0x111a25180]>{contents = "Main"}
18 : <CFString 0x7fef63d32c50 [0x111a25180]>{contents = "CFBundleSupportedPlatforms"} = <CFArray 0x7fef63d331d0 [0x111a25180]>{type = mutable-small, count = 1, values = (
0 : <CFString 0x7fef63d331a0 [0x111a25180]>{contents = "iPhoneSimulator"}
...
...

有谁知道如何删除或关闭这些日志?谢谢!

【问题讨论】:

    标签: ios xcode ios7


    【解决方案1】:

    是的,我找到了记录这些的位置。我的代码中有这段代码:

     CFShow((__bridge CFTypeRef)(infoDictionary));
    

    当我删除它时,它运行正常。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-05-09
      • 2016-05-13
      • 2012-09-08
      • 1970-01-01
      • 2021-07-20
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多