[AC-6267] 'no module named tools' error in iOS module compilation (build.py)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Invalid |
Resolution Date | 2019-07-11T21:36:18.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | build, error, iOS, module, python |
Reporter | libanez |
Assignee | Shak Hossain |
Created | 2019-05-24T10:21:40.000+0000 |
Updated | 2019-07-11T21:36:18.000+0000 |
Description
Hi,
I'm facing an issue while building my titanium module for iOS platform.
When i build the module with build.py script, i have the following error :
Traceback (most recent call last):
File "build.py", line 263, in
build_module(manifest,config)
File "build.py", line 174, in build_module
from tools import ensure_dev_path
ImportError: No module named tools
I already checked the forum and tried the solutions mentioned, i checked path of SDK in titanium.xcconfig file and they are corrects. Compilation error is not present while compiling with 6.0.0.GA SDK, its present with 7.2.0.GA, 7.4.2.GA, 7.5.0.GA.
I also tried the solution of a guy on gitHub which says to remove the '~' char in beginning of titanium SDK path in titanium.xcconfig file, it didn't worked.
Thank you in advance if you have the solution.
Hello, is the issue is resolved on your end, will close is as invalid. Thanks.
Hello, Just passing as update here.Are you able to get that sorted out? Please let us know if you need more help with this issue.