1

对于 Reload 可用的每个文件,应用程序崩溃 1 次,所以如果我有 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)
4

1 回答 1

1

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

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

于 2013-03-06T14:35:15.387 回答