Reputation: 1028
My code works all fine but there is always two console message every time I run it. app works fine but the messages just bugs me so much. Could anyone tell me what is wrong with my code and what does these console message means,thanks
2016-06-13 14:31:15.014
LazyHackintoshGenerator[1625:37250] Could not connect action, target class
LazyHackintoshGenerator.ViewController does not respond to -getFile:
Upvotes: 1
Views: 822
Reputation: 1063
Here is an example of what it will look like in Interface Builder.
Upvotes: 3
Reputation: 1169
Likely a control's action in your storyboard is linked to a method getfile that no longer exists
Upvotes: 1