mboeddeker/disk_space

请修改import

Opened this issue · 1 comments

xtuck commented

请将
#import <disk_space/disk_space-Swift.h>

改为

#if __has_include(<disk_space/disk_space-Swift.h>)
#import <disk_space/disk_space-Swift.h>
#else
#import "disk_space-Swift.h"
#endif

@xtuck
Since this package hasn't been updated in 2 years and the maintainers haven't responded to any issues or pull requests, I created a new repository: https://github.com/activcoding/disk_space_2. The updated package, which should work, is available here: https://pub.dev/packages/disk_space_2.