Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请修改import #15

Open
xtuck opened this issue Jun 5, 2023 · 1 comment
Open

请修改import #15

xtuck opened this issue Jun 5, 2023 · 1 comment

Comments

@xtuck
Copy link

xtuck commented Jun 5, 2023

请将
#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

@tom-ludwig
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants