Delete Round Rect Buttons with all the references-Collection of common programming errors

How to delete Round Rect Buttons on Xcode with all the references. Because if i delete Round Rect Buttons on IBOutlet it will be deleted, but the references and related methods will not be deleted. if i go manual way and delete that methods and references , but it will generate some error on runtime .. is their any way to do it ??

thank you