Titanium - 无法为Device构建(com.apple.syslog_relay错误)

时间:2016-06-10 14:35:31

标签: ios xcode titanium appcelerator

我刚刚将我的Titanium Studio与CLI以及所有内容一起升级到最新版本4.6.0。

现在的问题是,当我尝试为设备构建时,我始终收到此消息:

[ERROR] :  An error occurred during build after 52s 967ms
[ERROR] :  Failed to start "com.apple.syslog_relay" service (0xe800007f)
[ERROR] :  Try reconnecting your device and try again.

我在google / Jira上发现了一个帖子,其中有一些"重新启动并断开指令"但它没有帮助。我试图多次重新连接并重新启动mac而没有任何进展。 (http://appcelerator166.rssing.com/browser.php?indx=18496129&last=1&item=1

也;当我构建分发版,然后尝试通过XCode运行它时,我收到此错误:

[WARN] Attempted to load TiUIScrollableViewProxy: Could not find class definition.
[ERROR] The application has crashed with an uncaught exception 'org.app_ios.module'.
Reason:
Class not found: Ti.UI.ScrollableView
Stack trace:

0   CoreFoundation                      0x0000000183c42db0 <redacted> + 124
1   libobjc.A.dylib                     0x00000001832a7f80 objc_exception_throw + 56
2   app_ios                       0x00000001000e00c8 app_ios + 770248
3   app_ios                       0x000000010006ca90 app_ios + 297616
4   app_ios                       0x000000010006c75c app_ios + 296796
5   CoreFoundation                      0x0000000183b33944 <redacted> + 132
6   CoreFoundation                      0x0000000183b337b4 <redacted> + 172
7   app_ios                       0x000000010006c368 app_ios + 295784
8   app_ios                       0x0000000100219ba8 app_ios + 2055080
9   app_ios                       0x0000000100229e1c app_ios + 2121244
10  UIKit                               0x00000001890f7030 <redacted> + 692
11  UIKit                               0x00000001890f7198 <redacted> + 80
12  UIKit                               0x00000001890e6298 <redacted> + 2360
13  UIKit                               0x00000001890fbc64 <redacted> + 104
14  UIKit                               0x0000000188e8c8c4 <redacted> + 176
15  UIKit                               0x0000000188d9c1e4 <redacted> + 656
16  QuartzCore                          0x000000018672e994 <redacted> + 148
17  QuartzCore                          0x00000001867295d0 <redacted> + 292
18  QuartzCore                          0x0000000186729490 <redacted> + 32
19  QuartzCore                          0x0000000186728ac0 <redacted> + 252
20  QuartzCore                          0x0000000186728820 <redacted> + 500
21  QuartzCore                          0x0000000186721de4 <redacted> + 80
22  CoreFoundation                      0x0000000183bf8728 <redacted> + 32
23  CoreFoundation                      0x0000000183bf64cc <redacted> + 372

24  CoreFoundation                      0x0000000183bf68fc <redacted> + 928
25  CoreFoundation                      0x0000000183b20c50 CFRunLoopRunSpecific + 384
26  GraphicsServices                    0x0000000185408088 GSEventRunModal + 180
27  UIKit                               0x0000000188e0a088 UIApplicationMain + 204
28  app_ios                       0x00000001000296e8 app_ios + 22248
29  libdyld.dylib                       0x00000001836be8b8 <redacted> + 4

[DEBUG] Application booted in 522.935033 ms
2016-06-10 16:32:46.165 app_ios[480:86488] *** Terminating app due to uncaught exception 'org.app_ios.module', reason: 'Class not found: Ti.UI.ScrollableView'
*** First throw call stack:
(0x183c42db0 0x1832a7f80 0x1000e00c8 0x10006ca90 0x10006c75c 0x183b33944 0x183b337b4 0x10006c368 0x100219ba8 0x100229e1c 0x1890f7030 0x1890f7198 0x1890e6298 0x1890fbc64 0x188e8c8c4 0x188d9c1e4 0x18672e994 0x1867295d0 0x186729490 0x186728ac0 0x186728820 0x186721de4 0x183bf8728 0x183bf64cc 0x183bf68fc 0x183b20c50 0x185408088 0x188e0a088 0x1000296e8 0x1836be8b8)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 

任何可能遇到同样问题并已解决问题的人?

1 个答案:

答案 0 :(得分:1)

有同样的问题,我在这里报告了

https://jira.appcelerator.org/browse/TIMOB-17595