Reputation: 8184
I've started using Stackmob. I follow the instructions provided and add stackmob to my project, then turn off all of the ARC on those files added, and then I get the linker error.
"clang: error: linker command failed with exit code 1 (use -v to see invocation)"
Anyone came across the same issue? Once I remove stackmob from the project it compiles again.
Upvotes: 4
Views: 177
Reputation: 163
Try the Cocoapods installation method... shouldn't get those linker errors that way.
Upvotes: 5