6
githelp
7y

Just a quick question (& rant) about the titanium SDK
If people don't already know titanium is an SDK which you can use to make cross-platform apps, it is what devrant uses. I am starting a project using it but it's so terpremental, the build manifest file doesn't get created so a full rebuild occurs everytime and the builds only are successful half of the time.
I am also using tishadow to speed up the development but after a few code changes it will crash and I have to go though the same process again.
So my questions are to anyone who uses the titanium SDK, is it as buggy for you (it might be because I'm using windows Ew I know) or if this does happen to you how do you develop applications with it?
Thank you :)

Comments
  • 1
  • 2
    I've never had that issue. I'm not familiar with tishadow, what is that? And yeah, my experience with it on Windows is also really minimal.
  • 2
    I've only used it on Mac so can't speak to windows issues. My experience has been that it can be touchy about staying updated with all the various things it has to pull together, so when I get into the code infrequently there's always something that sucks up an hour of my time troubleshooting why shit isn't working. I mainly blame user error for that though :/
Add Comment