[AC-2092] Issue on CLI
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2013-05-28T19:40:36.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Thiruvenkadam |
Assignee | Mauro Parra-Miranda |
Created | 2013-05-27T11:01:45.000+0000 |
Updated | 2016-03-08T07:41:03.000+0000 |
Description
While trying to enter the username and password in CLI getting the error like Login failed: Error: Error communicating with the server: Error: tunneling socket could not be established, cause=getaddrinfo ENOTFOUND Kindly help out to resolve this issueComments
- Carter Lathrop 2013-05-28 Please take a look at this community board post and responses: https://developer.appcelerator.com/question/146837/unable-to-login-with-titanium-cli-version-3022 it should provide you with the solution to your problem. Regards, Carter
- Bert Grantges 2013-05-31
Current workaround:
Packaging a stand-alone build of your titanium applications can still be achieved today using the older python script. The script is still packaged with the new SDKs, and exists here:
/Users/
/Library/Application\ Support/Titanium/mobilesdk/osx/ /transport.py Following these steps, you should produce a folder with a standalone Xcode project (everything will be copied into your existing build/iphone directory). + Build your application for simulator or device to generate the initial build folder + Open Terminal… + Call – python /Users/ /Library/Application\ + Support/Titanium/mobilesdk/osx/ /transport.py - Mauro Parra-Miranda 2013-11-24 DUP issue.