iphone - linker failing to see frameworks from pods project -


i getting linker error during build saying frameworks pods pulled in missing when compiling main project file.

to resolve had manually add each framework pods required:

enter image description here

to project , project compiled successfully.

why that?

here's 1 guess don't know need resolve it, 3rd party library i'm using requires these linker flags:

enter image description here

i'd not have frameworks repeated in pods , main project. need set in linker flags resolve this? (i'm guessing linker flags issue because i've never had issue these pods in other project).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -