I have this error that keeps popping up. I tried cleaning the build folder and it didn’t solve this problem. Any ideas what I’m doing wrong? Here’s my code.Image of my code
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
I’m not sure why you want two same IBActions, but from the image, I can see there are two same IBAction functions, so remove one or rename one of them.
I have checked your code and you have created two IBActions , which are of same names. Delete one of them or try renaming one of them.