When I try to use my previously titaniumified module on Android with Titanium SDK 8.x I get an:
context.sourceUrl = url;
TypeError: Cannot create property 'sourceUrl' on boolean 'true'
error. I have no idea where this is coming from since I can't find anything called sourceUrl in any code in my project. Does anyone have an idea on how to fix it?
Thanks!
When I try to use my previously titaniumified module on Android with Titanium SDK 8.x I get an:
error. I have no idea where this is coming from since I can't find anything called
sourceUrlin any code in my project. Does anyone have an idea on how to fix it?Thanks!