Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cocoapods Testflight

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.

like image 829
Alper Avatar asked Sep 02 '12 16:09

Alper


1 Answers

It sounds like your project might be looking for the libPods.a file 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 Libraries if the libPods.a isn't there or is red (missing) try building the just the pods project.

like image 113
Joe Avatar answered Oct 02 '22 08:10

Joe