I am working on an app that needs data from a Facebook app.
Facebook want a release simulator build. I have followed FB's instruction to the letter but when i try to build the simulator package xcodebuild -arch i386 -sdk iphonesimulator7.1
i get the following error:
ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld build/Release-iphonesimulator/Olabord.app/Olabord normal i386
(1 failure)
I suspect that it has to do with cocoa pods but i don't know how to deal with it. I desperately need guidance or a workaround...!