如果可用重新加载,应用程序崩溃,与要更新的文件一样多次

时间:2013-03-06 11:19:49

标签: trigger.io

对于Reload可用的每个文件,应用程序崩溃了一次,所以如果我有5个已更改的文件,我需要在它再次运行之前启动应用程序6次,跟踪如下:

Mar  6 16:33:55 ruben-iphone5 Forge[1633] <Warning>: [DEBUG] Linked reload file to existing assets file: splash/Default-Landscape~ipad.png (f57416f87b40da8ea844d63636908eb1265739a8)
Mar  6 16:33:55 ruben-iphone5 Forge[1633] <Warning>: [INFO] We have 9 Reload files to download
Mar  6 16:33:58 ruben-iphone5 wifid[29] <Error>: WiFi:[384260638.130773]: WiFi unquiescing requested by "locationd"
Mar  6 16:33:58 ruben-iphone5 wifid[29] <Error>: WiFi:[384260638.142137]: WiFi unquiescing requested by "locationd"
Mar  6 16:33:58 ruben-iphone5 wifid[29] <Error>: WiFi:[384260638.781268]: WiFi unquiescing requested by "locationd"
Mar  6 16:34:01 ruben-iphone5 Forge[1633] <Warning>: [DEBUG] Downloaded reload file: assets/fonts/font-awesome/font-awesome.less (f3b7eab4f32ef629e684dff8353af6afaf6bd976)
Mar  6 16:34:01 ruben-iphone5 Forge[1633] <Error>: +[BorderControl returnResult:]: unrecognized selector sent to class 0x36c32c
Mar  6 16:34:01 ruben-iphone5 Forge[1633] <Error>: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[BorderControl returnResult:]: unrecognized selector sent to class 0x36c32c'
    *** First throw call stack:
    (0x346103e7 0x3c301963 0x34613dc1 0x3461264d 0x3456a208 0x34f284a1 0x345e58f7 0x345e515d 0x345e3f2f 0x3455723d 0x345570c9 0x3813533b 0x364732b9 0xe4da7 0xe4d18)

1 个答案:

答案 0 :(得分:1)

这是我们的v1.4.32平台版本中的一个错误 - 感谢您引起我们的注意!

我刚刚在v1.4.33中推出了修复:http://docs.trigger.io/en/v1.4/release-notes.html#v1-4-33

相关问题