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.
HD Discussion
http://support-admin.appcelerator.com/display/APP-522817
Closing bug. Verified fix on: SDK build: 2.0.1.v20120410103239 Titanium Studio, build: 2.0.1.201204091535 xcode: 4.3 Device: iPhone Simulator (5.1), iPad 3 4G (5.1)