omorandi / TiiOSFastDev

A patch for Titanium Mobile 1.8.X, providing a FastDev-like feature for on-device testing of applications, without needing to re-build, sign and re-deploy them
Other
18 stars 2 forks source link

After patched the v1.8.2 and build the project, I got the importError: #1

Open barlino opened 12 years ago

barlino commented 12 years ago

After patched the titanium mobilesdk 1.8.2 to the v1.8.2.fastdev, i type the command "titanium run --platform" in the console to build the project. I got the importError as followed:

$ titanium run --platform=iphone Traceback (most recent call last): File "/Users/home/Library/Application Support/Titanium/mobilesdk/osx/1.8.2.fastdev/iphone/builder.py", line 10, in from compiler import Compiler, softlink_for_simulator ImportError: cannot import name softlink_for_simulator

I had confirmed that the project cound be built successfully under v1.8.2. I tried to copy override the builder.py from v1.8.2, but it didn't work at all Did anyone have the same issue?

my dev env is Lion 10.7.3, Titanium Studio1.0.9, TiSDK is the latest 1.8.2

thanks for any comments

omorandi commented 12 years ago

I'll check it out asap! thx