Search code examples
objective-ciosxcodestackmob

Stackmob linker error


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.


Solution

  • Try the Cocoapods installation method... shouldn't get those linker errors that way.