You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a path by Nat.image.pick like this: nat://static/image/B84E8479-475C-4727-A4A4-B77AA9980897/L0/001
And I need use the aliyun-oss-ios-sdk to upload my image. But when I try to use NSData* data = [NSData dataWithContentsOfFile:filePath]; to read the image, I get a "(null)". Is the path above a real path in system? How can I resolve it.
The text was updated successfully, but these errors were encountered:
ENV: ios11.4, iphone 8 simulator
I get a path by Nat.image.pick like this:
nat://static/image/B84E8479-475C-4727-A4A4-B77AA9980897/L0/001
And I need use the aliyun-oss-ios-sdk to upload my image. But when I try to use
NSData* data = [NSData dataWithContentsOfFile:filePath];
to read the image, I get a "(null)". Is the path above a real path in system? How can I resolve it.The text was updated successfully, but these errors were encountered: