I have an NSMutableArray named randomSelection:
NSMutableArray *randomSelection;
I am then trying to add strings to this array if certain c
Just allocate your NSMutableArray. You'll get solved your problem.