I\'m trying to simply add objects to a mutable array but they WILL NOT insert. I\'m not getting errors or anything and I can\'t figure out whats going on.
Can you add the code where you initialize your NSMutableArray instances? I think you might have forgotten to initialise the arrays and your addObject calls are being swallowed up with no effect.