We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
看代码是因为 if ([app_version isEqualToString:old_app_version] && ![self isEmptyDir:localPath]) return; return掉了。swift版本没有该问题
if ([app_version isEqualToString:old_app_version] && ![self isEmptyDir:localPath]) return;
The text was updated successfully, but these errors were encountered:
我在工程里没有搜索到 [self isEmptyDir:localPath] 这段代码啊,请您详细描述一下复现步骤。最好提供一下截图。
[self isEmptyDir:localPath]
Sorry, something went wrong.
这。。。我这版本不是最新的,刚又下载了最新版本,发现确实没有这个方法
No branches or pull requests
看代码是因为
if ([app_version isEqualToString:old_app_version] && ![self isEmptyDir:localPath]) return;
return掉了。swift版本没有该问题
The text was updated successfully, but these errors were encountered: