我正在探索WatchKit SDK,当我在模拟器中导航应用程序时,我在控制台日志中看到这个错误语句:
2014-11-20 10:43:11.154 MyWatchApp WatchKit Extension[32002:1257966] Can't append data to log file,even after retrying. Giving up. Facilities: <CFArray 0x7fa9d84048d0 [0x110325ef0]>{type = immutable,count = 1,values = ( 0 : <CFString 0x10ff04c48 [0x110325ef0]>{contents = "Kermit"} )}
这里发生了什么?什么是Kermit?如何捕获并探索此警告?
解决方法
以下情况我有这个问题:
我在Storyboard中有接口控制器,但没有设置Class.
我在Storyboard中有接口控制器,但没有设置Class.
当我从WKInterfaceController创建新类并在Storyboard中设置它时,问题就消失了.