Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Low
-
Resolution: Done
-
Affects Version/s: Release 1.7.0, Release 1.7.1, Release 1.7.2
-
Fix Version/s: None
-
Component/s: Tooling
-
Labels:
-
Environment:
Tested as far back as 1.7.0, OSX Lion 10.7.1, Python 2.7
Description
When building a JS based iOS module, running ./build.py will generate an error of:
Traceback (most recent call last):
|
File "./build.py", line 191, in <module>
|
compile_js(manifest,config)
|
File "./build.py", line 69, in compile_js
|
from compiler import Compiler
|
ImportError: cannot import name Compiler
|
This happens when the titanium.xcconfig file has the TITANIUM_SDK set with the SDK in the users resource directory.
for example:
TITANIUM_SDK = ~/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION)
|