aliyun / aliyun-log-ios-sdk

Aliyun LOG iOS SDK
MIT License
84 stars 37 forks source link

value传字典crash #40

Closed lanmeiceo closed 2 years ago

lanmeiceo commented 2 years ago
NSMutableDictionary *dic = [log getContent];
[dic setValue:@{@"cookie_id":@"",@"session_id":@"",@"uid":[UserService sharedService].userId} forKey:@"user"];

crash

2022-06-08 14:53:55.447649+0800xxx[10434:6860520] -[__NSDictionaryI lengthOfBytesUsingEncoding:]: unrecognized selector sent to instance 0x60000067ad00

lanmeiceo commented 2 years ago

只能用putcontent: