+ (id)dataWithBytes:(const void *)bytes length:(NSUInteger)length
bytes:
A buffer containing data for the new object.
length:
The number of bytes to copy from bytes. This value must not exceed the length of bytes.
Первый аргумент не NSString
, и вы предоставляете NSString
.