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

iOS13闪退 #422

Open
G-Weirdo opened this issue Sep 25, 2019 · 5 comments
Open

iOS13闪退 #422

G-Weirdo opened this issue Sep 25, 2019 · 5 comments

Comments

@G-Weirdo
Copy link

BMConfigManger在ios13上初始化失败导致崩溃

@mayuanyang
Copy link

同样的问题,有解决到吗 @G-Weirdo

@mayuanyang
Copy link

我找到解决的方法了,主要问题不是ios13,而是xcode11,在eros-plugin-ios-baseLibrary
Source
BMExtension
AESCrypt
CryptLib.m
的181行,原来是
NSString *hash=[out description];
改为下面的后可以跑了
NSString *hash=[out debugDescription];

@yulinho
Copy link

yulinho commented Oct 31, 2019

我找到解决的方法了,主要问题不是ios13,而是xcode11,在eros-plugin-ios-baseLibrary
Source
BMExtension
AESCrypt
CryptLib.m
的181行,原来是
NSString *hash=[out description];
改为下面的后可以跑了
NSString *hash=[out debugDescription];

太厉害了,怎么找到的!!

@dmlzj
Copy link

dmlzj commented Nov 13, 2019

dmlzj/eros-plugin-ios-baseLibrary@2e2e699
这个在基础库已经对ios13做了相应的修改了!

@kuaifan
Copy link

kuaifan commented Mar 19, 2020

此项目作者已经很久维护,已转 https://github.com/kuaifan/eeui

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

5 participants