You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple's header files have annotations on some methods to indicate that you shouldn't call methods on a subclass (mostly about -init not being available in some classes).
Add metadata about that and emit a warning when those methods are called anyway (the warnings machinery can be used to convert those into exceptions).
The text was updated successfully, but these errors were encountered:
Original report by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).
Apple's header files have annotations on some methods to indicate that you shouldn't call methods on a subclass (mostly about -init not being available in some classes).
Add metadata about that and emit a warning when those methods are called anyway (the warnings machinery can be used to convert those into exceptions).
The text was updated successfully, but these errors were encountered: