How to run XCode test suite with Carthage built dependencies

I am trying to contribute to a Swift library that is using Quick/Nimble. It uses Carthage for the dependencies. I was able to build with carthage bootstrap but when I try to run the test suite in XCode I get No suck module 'Quick'

Is there some way that I have to link in the Carthage built dependencies?