-
Notifications
You must be signed in to change notification settings - Fork 935
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
Comments
debug才会崩溃,打包之后,release是不会崩溃的。 |
iOS13 使用fishhook 会造成崩溃,目前简单处理记录一下,增加修改代码如下 if(i < (sizeof(indirect_symbol_bindings) /sizeof(indirect_symbol_bindings[0]))) { indirect_symbol_bindings[i] = cur->rebindings[j].replacement; |
可是这个库就是要debug下使用的啊 |
请问下目前有解决这个崩溃的问题吗,现在在iPhone11 14.1的系统上也会有问题 |
同样的问题,只能先去掉这个库了。 |
iphone11 pro 14.4.2 也崩溃 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
目前仅发现再iPhone XR设备上闪退。6S、8、8P、11、XMax都没问题。系统都是最新的(13.3.1)。
The text was updated successfully, but these errors were encountered: