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

CIFilter *filter = [CIFilter filterWithName:@"CIQRCodeGenerator"];闪退。 #114

Open
gersces opened this issue Mar 16, 2020 · 6 comments
Open

Comments

@gersces
Copy link

gersces commented Mar 16, 2020

目前仅发现再iPhone XR设备上闪退。6S、8、8P、11、XMax都没问题。系统都是最新的(13.3.1)。

@gersces
Copy link
Author

gersces commented Mar 16, 2020

debug才会崩溃,打包之后,release是不会崩溃的。

@Fang-NB-Plus
Copy link

iOS13 使用fishhook 会造成崩溃,目前简单处理记录一下,增加修改代码如下

if(i < (sizeof(indirect_symbol_bindings) /sizeof(indirect_symbol_bindings[0]))) {

                indirect_symbol_bindings[i] = cur->rebindings[j].replacement;

}
https://www.jianshu.com/p/d782a19ff3fe

@inoryxun
Copy link

inoryxun commented May 4, 2020

debug才会崩溃,打包之后,release是不会崩溃的。

可是这个库就是要debug下使用的啊

@WoodyHang
Copy link

请问下目前有解决这个崩溃的问题吗,现在在iPhone11 14.1的系统上也会有问题

@weizhangCoder
Copy link

同样的问题,只能先去掉这个库了。

@TimBao
Copy link

TimBao commented Apr 9, 2021

iphone11 pro 14.4.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

6 participants