Uh oh!
There was an error while loading. Please reload this page.
Disable ThrowAssertion for watchOS to make Nimble compile for watchOS - #953
Conversation
I have had problem with Nimble for a long time, when developing multi-platform libraries for watchOS or watchOS apps. Nimble just won't compile, since the I made Nimble compile on watchOS by adding an #if switch to This means that I also disabled There is already another PR for watchOS, but this is much smaller and should be easier to merge. Perhaps we can merge this as a first step, before taking on the other PR that has been waiting since June? If we merge this PR, then create a new patch version for Nimble and use that in Quick, both libraries will hopefully compile for and support watchOS, with the only small caveat that |
younata
commented
Apr 15, 2022
Hey @danielsaidi, this makes sense. I updated your branch with latest main. |
danielsaidi
commented
Apr 15, 2022
Hey @younata - thank you! I'm looking forward to a new release with this fix :) |
The PR should summarize what was changed and why. Here are some questions to
help you if you're not sure:
Checklist - While not every PR needs it, new features should consider this list: