[TIMOB-8556] Transport.py is not working in CI
GitHub Issue | n/a |
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-04-05T16:37:08.000+0000 |
Affected Version/s | Release 2.0.0, Release 2.1.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Mauro Parra-Miranda |
Assignee | Neeraj Gupta |
Created | 2012-04-05T13:05:05.000+0000 |
Updated | 2017-03-10T19:14:32.000+0000 |
Description
Problem Description
I've been running into issues with the 2.X CI builds and transport.py.
Due to how we handle builds, I need to use transport.py for all submissions and ad hoc builds.
Any of the 2.X or Master builds have this build issue.
Actual Results
The build via transport.py is failing.
Expected Results
The build via transport.py working just fine
Test Case
1. Create a new Titanium project targeting a 2.X CI build
2. Run the transport.py process as usual
3. Open in xcode and try to run in the simulator
Extra info
When xcode tries to compile you will get the below error
[TRACE] app property, ti.ui.defaultunit : system
[INFO] wrote Resources/stylesheet.plist
Traceback (most recent call last):
File "titanium/iphone/compiler.py", line 7, in
import os, sys, re, shutil, time, run, sgmllib, codecs, tempfile
File "/Users/benjamin/Dev/Projects/Ti/myTravel/test/build/iphone/titanium/iphone/run.py", line 2, in
from tools import ensure_dev_path
ImportError: No module named tools
Command /bin/sh failed with exit code 1
I tried this again today using the below build version.
Comments
JSON Source
Duplicate of TIMOB-8558.
Closing ticket as duplicate.