When I try and run my XCode project I get library not found for -lpods. I've tried checking and unchecking the target membership as suggested at ld: library not found for -lGoogleAdMobAds, but this hasn't made any difference. I then tried the following:
Michaels-MacBook-Air:Chinese Restaurants michael$ open Chinese\ Restaurants.xcworkspace/
Michaels-MacBook-Air:Chinese Restaurants michael$ gem update system
Updating installed gems
Nothing to update
Michaels-MacBook-Air:Chinese Restaurants michael$ gem update cocoapods
Updating installed gems
Nothing to update
Michaels-MacBook-Air:Chinese Restaurants michael$ Pod install
Analyzing dependencies
Downloading dependencies
Using AFNetworking (2.3.1)
Generating Pods project
Integrating client project
Michaels-MacBook-Air:Chinese Restaurants michael$ open Chinese\ Restaurants.xcworkspace/
Michaels-MacBook-Air:Chinese Restaurants michael$ open Chinese\ Restaurants.xcworkspace/
Michaels-MacBook-Air:Chinese Restaurants michael$
Still no joy.
Can anyone suggest a solution?