Hey, does WatchKit support NSInputStream? Like:
[[NSInputStream alloc] initWithURL:fileUrl]When I try this and [read:maxLength:] I get a -1 result, although NSFileManager works fine with contentsAtPath:.
Hey, does WatchKit support NSInputStream? Like:
[[NSInputStream alloc] initWithURL:fileUrl]When I try this and [read:maxLength:] I get a -1 result, although NSFileManager works fine with contentsAtPath:.