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

Cannot fully disable DCIntrospect #42

Open
schwa opened this issue Feb 3, 2012 · 1 comment
Open

Cannot fully disable DCIntrospect #42

schwa opened this issue Feb 3, 2012 · 1 comment

Comments

@schwa
Copy link

schwa commented Feb 3, 2012

It would be really nice if DCIntrospect could be fully disabled at compile time without removing the code from Xcode or performing other Xcode setting gymnastics.

We wrap DCIntrospect starting with:

if USE_DCINTROSPECT == 1

[[DCIntrospect sharedIntrospector] start];

endif

And even with this code disabled DCIntrospect still interfers with the Keyboard animations (see issue #9). It seems there are side effects to just including code in project (I imagine there's a +load somewhere loading code).

@wcgray
Copy link

wcgray commented Jun 19, 2012

Has this been fixed? When I comment out the [[DCIntrospect sharedIntrospector] start] the keyboard animation works as expected. Plus the [DCIntrospect sharedIntrospector] returns nil if DEBUG is not defined, so this should resolve the issue, right?

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