I can build for debugging just fine. I've triple checked that the static library is included in the build phases settings for the project. I've also tried other things like header include paths and such to no avail.
When I try to build an IPA for test flight, I get an error:
#import <MBProgressHUD/MBProgressHUD.h>
I've been able to build an IPA before, but it didn't implement/use the MBProgressHUD static library before.
I can include the the header and code file manually instead of statically linking it, but I prefer to know what's going on here.
Thanks.
PS - I used the "Static Library" instructions given https://github.com/jdg/MBProgressHUD