Hacker News new | ask | show | jobs
by interpol_p 4797 days ago
This post has made me visit one of my large project's warnings. There are two that I can't seem to be rid of:

Using NS_REQUIRES_NIL_TERMINATION on a var args Objective-C method seems to cause a warning "Attributes on method implementation and its declaration must match" — despite both the declaration and implementation being exactly the same.

Using uniqueIdentifier in debug builds (for TestFlight) triggers an API deprecation warning. Despite being OK to use for non-App Store iOS apps.