Replies: 3 comments
-
this is only happening on local dev , NOT on bitrise, weirdly enough |
Beta Was this translation helpful? Give feedback.
-
Hi @jonchui! Sorry for the delay in responding! We've occasionally encountered this kind of thing before, and it usually requires fixing the key paths to be more explicit by avoiding shorthand syntax. We're also curious what kinds of values |
Beta Was this translation helpful? Give feedback.
-
Going to migrate to a discussion in case folks encounter this in the future. |
Beta Was this translation helpful? Give feedback.
-
here are some examples of EXC_BAD_ACCESS crashes i'm getting while running my unit tests locally
I fixed the later one by changing:
to
But I'm not sure if i even fully understand what the problem is? I'm assuming that in the static instances, something hasn't been setup for overture, which is expecting to be called in instance methods?
The former one i can't seem to figure out a good way to fix - it seems the last line in:
Is it effectively mocking out the return of
fetchCoaches
function onCoachingAPI
?Beta Was this translation helpful? Give feedback.
All reactions