I got this error after I reworked the class from Obj-c to Swift, and although the class names were different, the method names remained unchanged, so this caused a "Property with previous declaration" error. But this was only when I try to run the application for a different purpose.
So I just remove the refactored class from the project and clean up the project that solves the problem for me.
source share