This error ist thrown
[ERROR] : TypeError: Object #
Comments
Mostafizur Rahman 2013-09-13
Hello [~mpmiranda]
I tested this issue. It’s not working. It’s showing error look likes bellow. But its working good in older version like 3.1.3, 3.1.2 etc..
[ERROR] : TypeError: Object #<Object> has no method 'get'
at async.parallel.xcodeSelect (/Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/iphone/cli/lib/detect.js:46:27)
at /Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/node_modules/async/lib/async.js:521:25
at /Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/node_modules/async/lib/async.js:108:13
at Array.forEach (native)
at _each (/Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/node_modules/async/lib/async.js:32:24)
at async.each (/Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/node_modules/async/lib/async.js:107:9)
at _parallel (/Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/node_modules/async/lib/async.js:520:20)
at async.parallel (/Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/node_modules/async/lib/async.js:536:9)
at detect (/Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/iphone/cli/lib/detect.js:44:8)
at /Users/mrahman/Library/Application Support/Titanium/mobilesdk/osx/3.2.0.v20130912165206/iphone/cli/commands/_build.js:110:3
[ERROR] Unable to find command "build"
My testing environment:
OS: OS X Version 10.8.4
Ti SDK: 3.2.0.v20130912165206
iOS Simulator: Version 6.0 (369.2)
Testing Code:
var w = Ti.UI.createWindow({
backgroundColor : 'red'
});
var v = Ti.UI.createView({
width : 300,
height : 200,
backgroundColor : 'blue'
});
v.addEventListener('click', openWin);
function openWin(e){
alert('dd');
}
w.add(v);
w.open();
Thanks
Mostafizur Rahman 2013-09-16
Please check this with my test case.
Shameer Jan 2014-09-04
Need more info.
Test case is wrong , There is no function named "openWin".
Please clear the test case.
Thanks
Hello [~mpmiranda] I tested this issue. It’s not working. It’s showing error look likes bellow. But its working good in older version like 3.1.3, 3.1.2 etc..
My testing environment: OS: OS X Version 10.8.4 Ti SDK: 3.2.0.v20130912165206 iOS Simulator: Version 6.0 (369.2) Testing Code:
Thanks
Please check this with my test case.
Need more info. Test case is wrong , There is no function named "openWin". Please clear the test case. Thanks
Fixed in 3.3.0.GA