Anybody have cocoapods working with an Ad Hoc configuration for Testflight?
I have the same problem as: library not found for -lPods but that answer does not make any sense and the documentation is absurdly sparse.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sounds like your project might be looking for the
libPods.afile but can’t find it. If you build the Pods project the file should be accessible.Go to your target summary and look under
Linked Frameworks and Librariesif thelibPods.aisn’t there or is red (missing) try building the just the pods project.