I recently downloaded Xcode 9.2 and updated my project settings to recommended. Now I'm getting this warning in my code for all the places where I've used assert for eg:
assert(@"Must be implemented by subclass");
What is the proper alternative for this?