Skip to content

Cannot fully disable DCIntrospect #42

@schwa

Description

@schwa

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions