I'm working on Titanium project build on sdk v9 for ios platform, and I'm getting this error when opening an external url with this function Titanium.Platform.openURL :
[ERROR] : Script Error {
[ERROR] : message = "undefined is not an object";
[ERROR] : type = TypeError;
[ERROR] : }
the problem is it's not telling where the issue is, can any one help please? Thanks in advance