Reputation: 251
Hi am having this error when I am trying to compile my application.i try with replacing the name of buttons still its showing the same?
Upvotes: 0
Views: 51
Reputation: 2514
Try to follow the Steps. hope it helps and if not, please revert.
1) Open your Project 2) select your project Target 3) go to the Build Phases Section 4) go to the Compile Sources Tab 5) then search there the files names that xcode are saying duplicated and then remove them. 6) Clean the project and then try Running it.
Upvotes: 1
Reputation: 4343
Go to x code prefrences
Then go to location and click on small arrow next to "/Deriveddata" and delete derived data
This should solve it
Upvotes: 0