Problem: Kitchen sink app launching with error for windows app.
Steps to Reproduce:
1. Download kitchen sink app from git repo:
https://github.com/appcelerator/kitchensink-v2
2. Build it for windows Emulator
3. It build the project fine but while launching following error occurs:
[ERROR] : Application Error: {
[ERROR] : "line": 2,
[ERROR] : "column": 10,
[ERROR] : "message": "require: Error while require(/app) undefined is not an object (evaluating 'template.properties')",
[ERROR] : "native_stack": [
[ERROR] : "JSExportClass<class Titanium::GlobalObject>::CallNamedFunction"
[ERROR] : ]
[ERROR] : }
Expected Result:
App should work fine as it works on other platforms.
Note: Attaching the screenshot
https://github.com/appcelerator/kitchensink-v2/pull/5
https://github.com/appcelerator/kitchensink-v2/pull/4