rpetrich / objc_api_visibility

Private API checker for iOS. Requires class-dump-z to be in the PATH
63 stars 4 forks source link

Feature in Xcode? #1

Closed steipete closed 12 years ago

steipete commented 12 years ago

Cool script!

I'm just wondering - isn't that feature now in Xcode's validate step integrated? At least Apple said so in their release notes, If I recall correctly.

rpetrich commented 12 years ago

It is–I have found it to be inadequate in the following ways:

Still don't have a good solution for C-level private APIs, but at least it's much less likely to trip their analyzer by naming a C-level symbol the same as Apple does.