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:
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:
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
Post a Comment