I am trying to send information to the server using ASIHTTPRequest and setting post values ββlike this:
for(int i = 0;i<13;i++){ [request setPostValue:propertyValues[i] forKey:propertyKeys[i]] }
propertyValues ββand propertyKeys are both NSArray objects that contain 13 elements each. When I run this, I get the error message "The subtitle requires an interface size of" NSArray, which is not a constant in an unstable ABI "
What does it mean?
, NSArray*, , , . x[5] x + sizeof(x) * 5. sizeof - , , 5 . , NSArray Objective C, , . , .
NSArray*
x[5]
x + sizeof(x) * 5
sizeof
NSArray
, NSArray. , :
[propertyValues objectAtIndex:i];
NSArray .
[propertyValues objectAtIndex:i]
.
NSArray, objectAtIndex:
objectAtIndex:
for(int i = 0;i<13;i++){ [request setPostValue:[propertyValues objectAtIndex:i] forKey:[propertyKeys objectAtIndex:i]l }
NSArray ( C).
[request setPostValue:[propertyValues objectAtInstance:i] forKey:[propertyKeys objectAtInstance:i]];