pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

Build fails on NS_ENUM and NS_OPTIONS usage #160

Open capnslipp opened 11 years ago

capnslipp commented 11 years ago

When trying to do a fresh post-checkout build, a large number of build warnings and error are thrown around the uses of NS_ENUM and NS_OPTIONS (e.g. NS_ENUM(NSUInteger, PKRevealControllerState) and NS_OPTIONS(NSUInteger, PKRevealControllerType).

Errors include things like: