Duplicate Symbol Error in Objective-C build?

You could also get this error if you mistakenly let Xcode’s auto-complete for #import statements specify the ‘.m” file for the ‘duplicate’ class instead of the ‘.h’.

Leave a Comment