0
votes

I am using Titanium alloy models, most of the code I extracted from sample

https://github.com/appcelerator/alloy/tree/master/samples/todo

When I tried to compile my project I got this error.

enter image description here

I am using Titanium 3.1.2, Alloy 1.2.2

1
So are you running the exact code you just posted? Or something different. If you changed anything show the code. - Josiah Hester
Had figured out the issue. - Nazar Hussain

1 Answers

0
votes

Had figured out the issue. I had not added the collection in the markup.

Adding <Collection src="note"/> as first child of alloy solved the issue.