As the title states, I have found relatively old ones online about NSPropertyListSerialization, but I can’t find this class library to download on github...
The API is written very clearly. Use propertyListWithData:options:format:error: instead. [NSPropertyListSerialization propertyListWithData:tempData options:NSPropertyListImmutable format:NULL error:NULL];
The API is written very clearly. Use propertyListWithData:options:format:error: instead.
[NSPropertyListSerialization propertyListWithData:tempData options:NSPropertyListImmutable format:NULL error:NULL];
The system library cannot solve the problem?
Test code:
Run results:
Write these two methods into the NSString category