【Tips】Use cocoapods with project that already exist

I tried use Cocoapods with project that already exist.

I installed cocoapods and installed pods of Google Analytics to project that already exist.
But i couldn’t build because xcode showed me error :(

Undefined symbols for architecture i386:

Hey cocoapods what’s your value…!

How to fix it.
-> Check “Other Linker Flags”

Cocoapods can’t set “Other Linker Flags” correctly.(I don’t know why.)
You set the “Other Linker Flags”, Error will be solved.

If you don’t know right flags, you can know you create new project and install pod to check correct Flags.

Hope it will be fix :)