Hey guys. I'm having this problem for 2 days now and I really don't know what to do anymore.
When I run the iPhone 4 simulator and click a specific picker, the app crashes with the
error: 'NSRangeException', reason: '* -[NSMutableArray objectAtIndex:]: index 4294967295 beyond bounds [0 .. 3]'
However, it doesn't happen with iPhone 3 simulator.
- I know that NSNotFound is 2147483647, the longest 32bit int and 4294967295 is the longest uint 32bit but don't know what it has to do with it. -
Plus, if I run it on another user account on my Snow Leopard 10.6.4 it works just fine without giving me that crash and also, my coworker is able to run this app on his machine without having the crash too.
What can be wrong in my user account? I tried deleting the .pbxuser file form the project and having it recreate the file but without any success.
Does anyone have any ideas about this? Or what I can do on my user account that might fix this?
Thanks.