-
Jeremy Slater authored
The xcodebuild -target <target> invocation does not support implicit dependencies. Therefor building the Pods integration library fails because none of the spec libraries are built. Building a scheme results in proper implicit dependency resolution, but there are no schemes created in the integration tests. Just walk the list of spec libraries and manually build all dependencies before building the Pod integration library.
df7a0272