Receiving error: missing required module 'CwlCatchExceptionSupport' #992
-
I'm adding Quick & Nimble (via Cocoapods) to large project that has been around for a long time and has mostly used XCTest. I'm attempting to add the first QuickSpec, and receiving error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @brandtdaniels, thanks for reaching out! As an initial reaction to this, I'm a little stumped. This should work. We ship The only thing I can think of is that watchOS (which isn't supported in 10.0.0 anyway) and tvOS both specifically don't include What platforms are you trying to test for? I assume just iOS, but anything else? Can you provide other details that might help us to narrow this down? |
Beta Was this translation helpful? Give feedback.
-
Had this problem when I created a second test target, the messages here pointed me to realize that Quick and Nimble had not been added in the |
Beta Was this translation helpful? Give feedback.
Had this problem when I created a second test target, the messages here pointed me to realize that Quick and Nimble had not been added in the
Link Binary with Libraries
section ofBuild Phases
on my new test target.