Hello,
Today I downloaded the Forging Titanium example series from GitHub. I opened Example 2 (Cross Platform Navigation Controller) in Titanium Studio and selected the Run As --> iPhone Simulator menu item. Studio started working but eventually the run failed, with the following appearing in the console:
Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.2.GA Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved. Please report bugs to http://jira.appcelerator.org/ [ERROR] Missing required option "--username" [ERROR] Missing required option "--password"I'm on OS X 10.8.4.
I did some web searching and this problem appeared a few times. I'm logged into Titanium Studio so I don't think that's the problem. Another instance suggested setting proxy information from the command line.
So, I opened Terminal and entered the following proxy information:
Last login: Wed Aug 21 06:48:13 on console localhost:~ ryan$ titanium config cli.httpProxyServer http://userproxy.myemployer.com:8080 cli.httpProxyServer saved localhost:~ ryan$Our proxy does not require authentication (username or password) so I did not include it.
Unfortunately I still can't run the project on either the iPhone simulator or on the Android emulator.
I'm using an Appcelerator provided example so I don't think there is an issue with the project itself. It seems to be a setup or Titanium Studio problem but I can figure out what the problem is.
Can anybody help me?
Thank you!!!
-Ryan