mattgallagher / CwlPreconditionTesting

A Mach exception handler that allows Swift precondition failures to be caught and tested.
ISC License
175 stars 46 forks source link

Fix Carthage support #34

Closed stonko1994 closed 10 months ago

stonko1994 commented 10 months ago

Description

When using Carthage as a package manager, there are no 'Modules' after including them from source. This leads to errors if there are import statements of dependencies. In this case the import CwlCatchException will fail as there is no such Module.