Upgraded Ti Studio - now cannot build and run - help!

You must Login before you can answer or comment on any questions.

I have been keeping Ti Studio up-to-date with the latest releases as they come out. This morning a new version update message came up in Studio - so I updated as per usual.

Ti Studio restarted.

I got a message about node.js requiring a new version - so I upgraded to 0.8.6 and restarted Ti Studio. All ok.

But when I try to build for the iPad Simulator I get the following:

Traceback (most recent call last):
  File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA/iphone/builder.py", line 1604, in <module>
    main(sys.argv)
  File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA/iphone/builder.py", line 570, in main
    ensure_dev_path()
  File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.1.GA/iphone/tools.py", line 8, in ensure_dev_path
    rc = subprocess.call(["xcode-select", "-print-path"], stdout=open(os.devnull, 'w'), stderr=open(os.devnull, 'w'))
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 493, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
I am on Mountain Lion. Was building fine yesterday. I have cleaned out the Project and re-run the build process - same error.

Please help me resolve this as I am in the middle of finalising an update for my app.

Thanks,

Matt

— asked 10 months ago by Matthew Delmarter
2 Comments
  • From the Menu, please choose Titanium Studio, About Titanium Studio and post the build number that is there. As there has not been any full release today (that I know of) you might be running CI, and if thats the case, you are pretty much on your own.

    — commented 10 months ago by Stephen Feather

  • Hi Stephen,

    Titanium Studio, build: 2.1.2.201208131642 (c) Copyright 2012 by Appcelerator, Inc. All rights reserved.

    Build: jenkins-titanium-rcp-release-511 (origin/release) Date: 13 August 2012, 16:46:01

    It was more that I happened to close and re-open Titanium, which meant it checked for a newer version. Looks like it was a couple of days ago.

    Hope you can help...

    — commented 10 months ago by Matthew Delmarter

1 Answer

Accepted Answer

Looks like you got a beta for whatever reason. Suggest you uninstall your TI and install a stable version from the main downloads page.

— answered 10 months ago by Stephen Feather
answer permalink
3 Comments
  • Source of my Information - http://preview.appcelerator.com/studio/

    — commented 10 months ago by Stephen Feather

  • You can download stable release from the site above or from the Getting Started section of my.appcelerator.com

    — commented 10 months ago by Stephen Feather

  • Thanks Stephen. You were spot on. I uninstalled my Ti Studio. I then installed the stable version, which I downloaded from the page you specified.

    I now have Titanium Studio, build: 2.1.1.201207271312

    And everything is working properly again. Not sure how I ended up with the Beta version installed - but rest assured the current Beta is not working :-)

    — commented 10 months ago by Matthew Delmarter

Your Answer

This question has been locked and cannot accept new answers.