11

Trying to incorporate Vimeo SDK from github into my iOS project. Xcode 7.3.1

I have cocoa pods installed and my TestVimeo1 project setup but when I attempt target VIMNetworking, AFNetworking and VIMObjectMapper I must not be going about this correct.

ld: warning: directory not found for option '-L/Users/xxxxx/xcodebuild/_buildoutput/TestVimeo1-fktedyrxeulxmicndbpgghnbdjtn/Build/Products/Debug-iphonesimulator/AFNetworking'
ld: warning: directory not found for option '-L/Users/xxxxx/xcodebuild/_buildoutput/TestVimeo1-fktedyrxeulxmicndbpgghnbdjtn/Build/Products/Debug-iphonesimulator/VIMNetworking'
ld: warning: directory not found for option '-L/Users/xxxxx/xcodebuild/_buildoutput/TestVimeo1-fktedyrxeulxmicndbpgghnbdjtn/Build/Products/Debug-iphonesimulator/VIMObjectMapper'
ld: library not found for -lAFNetworking
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Can't find the output directories. Where am I going wrong with setting up the target builds for these git submodules? Thanks!

Serg Chernata
  • 12,280
  • 6
  • 32
  • 50
Tone
  • 322
  • 1
  • 3
  • 16
  • Are you sure those 3 libraries are actually copied over? Check your target settings under "Link Binary With Libraries" ? – Nox Jul 21 '16 at 02:41
  • Did you actually do: `$ pod install` in your project directory? – ibisum Oct 30 '17 at 13:48

0 Answers0