Expected method to read array element not found on object of type 'id<ProtocolName>'
问题 I want to update XCode version. But while updating I receive several compiler errors. The are the same as this: id<MyProtocol> objectToDelete = group[index.unsignedIntegerValue]; Expected method to read array element not found on object of type 'id' id<MyProtocol> _Nonnull group @protocol MyProtocol <NSObject> @property (copy, nonatomic) NSString* name; @property (copy, nonatomic) NSString* id; @property (copy, nonatomic) NSString* internalType; @property (strong, nonatomic) NSMutableArray<id