I\'m simply trying to convert CLLocationCoordinates into an NSValue to be used in an array brought back later in my app. Here is my code:
CLLocationCoordinates
NSValue
It can be that you didn't initialize your array. That's why it's nil when you log it.
_locationsArray = [[NSMutableArray alloc] init];