mattgallagher / CwlPreconditionTesting

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

Can't be built for real devices (iOS and tvOS) #17

Closed ikesyo closed 5 years ago

ikesyo commented 5 years ago

https://github.com/mattgallagher/CwlPreconditionTesting/commit/fd66a0bab044b84b27c13e066309079973de1284 the commit did break the builds for real iOS and tvOS devices whose arch is not x86_64. It should be possible to run a test suite on real devices (e.g. in AWS Device Farm or Firebase Test Lab) including this library with excluding the usages (gated with #if arch(x86_64)). Is it okay to re-add #if arch(x86_64) check?