[ERROR] : Failed to initiate iTunes sync
[ERROR] : /Users/username/Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/iphone/itunes_sync.scpt: execution error: Can’t make name of 4 into type Unicode text. (-1700)
[ERROR] :
[ERROR] : Project failed to build after 1m 22s 948ms
타이타니엄 스튜디오에서 디바이스로 인스톨 할 때 위와 같은 에러가 계속 나면서
아이튠즈로의 설치까지는 되는데 디바이스로 옮기는 것은 안돼서 여지껏 수동으로 옮겼었는데요.
검색해 보니 버그였습니다
/Users/username/Library/Application Support/Titanium/mobilesdk/osx/3.1.0.GA/iphone/itunes_sync.scpt
파일을 열어서
log “The device ” & name of n & ” was unable to sync (” & errorStr & “:” & errorNumber & “)”
이 라인을
log “The device ” & name of source n & ” was unable to sync (” & errorStr & “:” & errorNumber & “)”
이와 같이 수정 하시면 됩니다