twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
460 stars 177 forks source link

Library not found for libPods-TwilioVideo-VideoQuickStart #559

Closed amandeep0 closed 3 years ago

amandeep0 commented 3 years ago

I am trying to use the quick start video for iOS example.

When I try to build from within XCode, I get the following missing library:

ld: library not found for -lPods-TwilioVideo-VideoQuickStart clang: error: linker command failed with exit code 1 (use -v to see invocation) I was able to successfully run pod install however, I got error with pod repo update twilio Unable to find the twilio repo.

amandeep0 commented 3 years ago

figured out. I was trying to run the individual project. You have to run through the main root directory