GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-10-16T21:43:23.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.0, Release 3.1.0, 2012 Sprint 21 JS, 2012 Sprint 21 |
Components | Core |
Labels | js, qe-ios100112, regression |
Reporter | Deepti Pandey |
Assignee | Chris Barber |
Created | 2012-10-12T08:30:11.000+0000 |
Updated | 2013-01-11T03:17:06.000+0000 |
This is a regression bug.
Steps to reproduce :
1.Lanunch Titanium Studio.
2.Create > New > Titanium Project.
3.Enter project name > enter App id > Press "Finish".
Actual Result:
"Unable to create Project " error is thrown . Screenshot attached .
Does this happen from the command line?
The error indicates the CLI could not find ~/.titanium/config.json file, and I got it to reproduce by manually deleting the file. The problem persists even after I reinstall the CLI. It seems CLI should create one when needed if the file doesn't exist.
You're probably using an old version of the CLI. This was an issue several days, maybe a week ago. I'll re-verify.
This has already been fixed (I think when I fixed the setup command) by this commit: https://github.com/appcelerator/titanium/commit/6e541e391a689cdff40faa6e234fdd46f2311eae.
I just want to make sure that we don't required the user to run the setup command, as they won't be doing so from inside Studio.
@Ingo, I confirmed, you do NOT need to run setup to create a new project.
Bug persists, blocking critical workflow. Titanium Studio: 3.0.0.201210151149 Titanium SDK: 3.0.0.v20121015174610 Titanium CLI: 3.0.5 OS: Lion 10.7.5 error when running titanium from command line:
The work-around is to manually add a .titanium folder in the user directory.
Tested with: SDK: 3.1.0.v20130110133402, 3.0.1.v20130109180643 Studio:3.0.1.201212181159 Able to create the titanium project successfully.