I am trying to link MBProgressHUD to my project and following this simple tutorial: http://mobile.tutsplus.com/tutorials/iphone/ios-sdk_uiactivityindicatorview_mbprogresshud/.
When I linking my MBProgressHUD, I receive this error:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_MBProgressHUD", referenced from:
objc-class-ref in ViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Not sure how to solve this error. Need some guidance.