2016-06-10 98 views
0

我刚刚升级我的钛工作室到最新版本4.6.0与CLI和一切。钛 - 无法建立设备(com.apple.syslog_relay错误)

现在的问题是,我得到这个消息一切的时候,我尝试建立的设备:

[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. 

我发现一个线程在谷歌/吉拉一些“重新启动和断开指示”,但它没有帮助。我试图重新连接并重新启动多次,没有任何进展。 (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

有同样的问题,我已经在这里

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

+0

报道,我只是重新安装我的MacBook,安装最新的Xcode,钛SDK 5.3.0,最新的节点,应有尽有。同样的错误; [错误]:应用程序崩溃了未捕获的异常'org.app.module'。 [错误]:原因: [错误]:未找到类:Ti.UI.ScrollableView – Oakleaf

+1

它应该是最后一个节点的问题。尝试阅读https://jira.appcelerator.org/browse/TIMOB-17595或打开新的杰拉票 – Lorenzo

+0

您确定吗?你解决了吗?我已经尝试了多个版本的节点。你有特定的版本吗?关于开设汝拉机票;当然,如果这个问题是可重现的,它不在我的朋友电脑上。 – Oakleaf