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

在第三方键盘弹起的时候,切换app会导致崩溃问题 #1

Open
handwill opened this issue Oct 9, 2016 · 4 comments
Open

Comments

@handwill
Copy link

handwill commented Oct 9, 2016

设置这些实现文件的编译选项为-fno-objc-arc 就好了

@fengchuanxiang
Copy link
Contributor

稍后我看下!

发自网易邮箱大师
在2016年10月09日 16:33,handwill 写道:

设置这些实现文件的编译选项为-fno-objc-arc 就好了


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@fengchuanxiang
Copy link
Contributor

你好,刚才我新建工程专门测试了下没有发现你说的那个问题;-fno-objc-arc这个的作用是你的项目使用的非ARC模式,让使用ARC机制的代码不使用ARC机制,输入 -fno-objc-arc这个的,现在的工程基本都是ARC模式,我写的也是ARC,请问你的工程师ARC模式吗,有没有尝试把我的代码屏蔽掉切换键盘试试?

@fengchuanxiang
Copy link
Contributor

你好,刚才我新建工程专门测试了下没有发现你说的那个问题;-fno-objc-arc这个的作用是你的项目使用的非ARC模式,让使用ARC机制的代码不使用ARC机制,输入 -fno-objc-arc这个的,现在的工程基本都是ARC模式,我写的也是ARC,请问你的工程师ARC模式吗,有没有尝试把我的代码屏蔽掉切换键盘试试?

发自网易邮箱大师
在2016年10月09日 18:04,冯传祥 写道:
稍后我看下!

发自网易邮箱大师
在2016年10月09日 16:33,handwill 写道:

设置这些实现文件的编译选项为-fno-objc-arc 就好了


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@handwill
Copy link
Author

得是第三方键盘,弹起的状态,切换app,在切换回来,就会崩溃。我是根据这个博客改动的,就好了 http://blog.csdn.net/tufei2963/article/details/50539837

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

2 participants