wind
wind

Reputation: 440

Titanium ios failed to build on my test device

when I code :

ti build --platform ios --target device 

I got this issue :

[TRACE]/usr/bin/touch -c /Users/wind/workspace/yuehouse/build/iphone/build/Debug-iphoneos/yuehouse.app.dSYM
[TRACE] ** BUILD SUCCEEDED **
[INFO]  Installing app on device: xxx iPhone
[ERROR] Failed to start "com.apple.syslog_relay" service (0xe800007f)
[ERROR] Project failed to build after 40s 884ms
[ERROR] Failed to start "com.apple.syslog_relay" service (0xe800007f)

Upvotes: 1

Views: 884

Answers (4)

Ibrahim MESLEM
Ibrahim MESLEM

Reputation: 116

Just disable wifi on your device while building

Upvotes: 3

user1784450
user1784450

Reputation: 53

Try disable iTunes sync over Wi-Fi, it works for me.

Upvotes: 2

Phil McCarty
Phil McCarty

Reputation: 486

-- This is from TIMOB17595

(it just worked for me, perfectly)

Here's my workaround "ritual":

1- Unplug your device

2- Clean the project

3- Log out Appcelerator

4- Re-open Appcelerator and log in

5- Plug your device

6- Run the app

Upvotes: 1

Robin Ellerkmann
Robin Ellerkmann

Reputation: 2113

That is a well known bug which is still open.

According to other users it may help to reboot your phone and/or your Mac. Other users tried to install it several times and suddenly it worked. It could also help to unplug your phone and plug it in again.

Upvotes: 1

Related Questions