Irritant Error in iOS

Hello,
Anybody knows what means this warning in iOS platform?


Thks
Ferran

This usually indicates that a value was where it isn't expected. It looks like one of the blocks in your code is expecting a list but you've given it a number instead.