Daniel Saidi

Results 195 comments of Daniel Saidi

Any news on this? The first error I get is that `BadInstructionException` isn't defined for watchOS, in Nimble's `ThrowAssertion`. Perhaps more errors will surface once this is fixed? Would it...

I just made Nimble compile on watchOS by just adding an #if switch to `throwAssertion` that throws a fatal error for watchOS, much like it already does for other unsupported...

I can confirm that Quick compiles and the unit tests run for watchOS after linking in the fix above. If you merge the Nimble PR and create a new patch...

@ikesyo Any progress on this? I'd love to get my PR merged and released, so that I don't have to use my own forks in my various watchOS supporting projects....

@ikesyo Any progress on this? I'd love to get my PR merged and released, so that I don't have to use my own forks in my various watchOS supporting projects....

That's great - thank you! I'd love to take a look at it if I get some time on my hands. If so, I'll write more here. 👍

I think this would be a pretty easy fix. I'll look at it when I have time.

@digitalheir I am looking at this now and it's not an easy fix as I thought that is would be. The sheet has a max height depending on it's configuration,...

Sorry for the slow reply! I will definitively look into this.