Reputation: 71
My app crashes if I try to build it.
It says: linker command failed with exit code 1 (use -v to see invocation)
Here's the crash:
Upvotes: 0
Views: 65
Reputation: 577
⌘ + B.
If that doesn't work
1- Click on Product
2- Hold down option
to reveal hidden menu.
3- Click Clean Build Folder
Upvotes: 0
Reputation: 3093
Try next:
Also this problem may occur just because of typo when including the header; so check that the header file (.h) is included and not the implementation file (.m)
And here is a cool article about this issue.
Upvotes: 1