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
The only issue here was using NSUnimplemented() (“we still need to implement this”) instead of NSRequiresConcreteImplementation() (“this is an abstract method”). Fix it.
0 commit comments