I've tried both cocoapods and git submodules but everytime I install the framework it wont build. Has anyone been able to install it. Both quick and nimble I use the code on the master branch. I also am using Swift 1.2 with xcode 6.3. It seems the framework is not getting compiled into the project. I realize sometimes when you link a framework to the workspace it goes red in the build phase area but would still work. But my quick and nimble framework references turn red randomly. I've set them in my test target only and tried to create a quick test in Objective-C and also tried swift but it just says build failed and then the framework link goes red. Has anyone been able to install it?
the formal install instructions should be here
UPDATE: I'M ABLE to install quick and nimble (on master branch) using cocoaPods but not git subModules. The project I'm using I've been instructed not to use Pods so I need to use git subModules. the IDE reports the following error and fails any test:
IDEBundleInjection.c: Error 3587 loading bundle '/Users/someUserID/Library/Developer/Xcode/DerivedData/myproduct-aadhzxcsaigkzsgjyneytqrocsjc/Build/Products/Debug-iphonesimulator/myproductTests.xctest': The bundle “myproductTests” couldn’t be loaded because it is damaged or missing necessary resources.
DevToolsBundleInjection environment:
XCInjectDiagnostics: (null)