mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Getting error after adding pods #71

Closed smtabatabaie closed 9 years ago

smtabatabaie commented 9 years ago

Hi, I installed MRProgress using pods and included it in my project but when I try to build I get the error "linker command failed with exit code 1 (use -v to see invocation)" are there any other steps to do when adding pods? I'll appreciate if you can help me with this. By the way I have iOS 7.1 Thanks

mrackwitz commented 9 years ago

It would be helpful if you could paste the full error log in here. If you click on the error in Xcode it will show you the error log. Furthermore which version of CocoaPods, do you use? Can you give me the output of pod --version? Have you checked if pod install shows any warnings about missing option $(inherited) for overriden build settings, so that the xcconfig values generated by CocoaPods are not passed to the linker? Please check especially OTHER_LDFLAGS.

mrackwitz commented 9 years ago

@smtabatabaie: I assume, you was able to fix this issue. Could you perhaps provide further information, what was not working for you and how do you fixed it? If this is still a problem for you, please feel free to open a new issue.