0

上記のエラーは次の行で発生します。

  _nextRegionsArray=[[NSMutableArray alloc] init];
  [_nextRegionsArray addObject:_geofences_ending_regions[_positionOfRoute]];

_nextRegionsArray がここで宣言されている場所:

@implementation PSLocationManager
{
    NSMutableArray *_nextRegionsArray;
}

geofences_ending_regions は CLRegions を含む配列です。

なぜそのエラーが発生するのですか:

'NSInvalidArgumentException', reason: '-[__NSArrayM identifier]: unrecognized selector sent to instance 0x9f996a0' 
4

1 に答える 1