Jerry

Results 5 issues of Jerry

在APP从后台切换到前台时,可能会造成app crash,通过异常断点查看,崩溃到的`[self lee_theme_dealloc];`这里,不太理解作者为什么在这里要多次递归调用该方法,可能引起crash的原因就是self(LEETheme)对象过度内存释放导致的,希望作者能修复该问题。谢谢。 下面是出现crash的文件,及代码片段: 文件:#import "LEETheme.h" ``` objc ... @implementation NSObject (LEEThemeConfigObject) ... - (void)lee_theme_dealloc{ if ([self isLeeTheme]) { [[NSNotificationCenter defaultCenter] removeObserver:self name:LEEThemeChangingNotificaiton object:nil]; objc_removeAssociatedObjects(self); } [self lee_theme_dealloc]; // 注:crash...

**bug描述** 在相册选择gif图后,回调中拿到的HXPhotoModel 中的imageURL属性值为空,且已经配置了`_photoManager.configuration.requestImageAfterFinishingSelection = YES`,选项。 **版本号** 1.HXPhotoPicker版本号:3.1.9 2.手机系统版本号:iOS 10 以上 3.手机型号:模拟器,所有真机 **复现步骤** 1. 遇到问题的相关效果、类是:无法在HXPhotoModel 中获取到imageURL,即:gif图真实的本地url 2. 具体的操作步骤是:选择图片,然后上传图片时,获取到的imageURL 为空。

请求url:https://api.github.com/user/repos?page=1&page_size=20 报错:DioError [DioErrorType.response]: Http status error [401]

i`m neet to crypto message using this lib,but not find secp521 curve type for init ,could you add secp521 support to this lib,think you very much .

Error message output from Xcode 13 `/Users/xx/Desktop/xx/ios/Runner.xcodeproj](): error: The linked framework 'Pods_Runner.framework' is missing one or more architectures required by this target: arm64. (in target 'Runner' from project 'Runner')` when...