Mysterious Appearance of Duplicate Symbol Error for Objective-C Class
Check that you aren’t importing the “.m” file: #import "DuplicateClass.m"
Thanks to the second answer on this SO post!
Check that you aren’t importing the “.m” file: #import "DuplicateClass.m"
Thanks to the second answer on this SO post!