-
I'm curious, what's the benefit of using _XCTIsTesting over something like Just for the sake of understanding, I'm wondering how the contents of |
Beta Was this translation helpful? Give feedback.
Answered by
mbrandonw
Mar 26, 2024
Replies: 1 comment
-
Hi @dafurman, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dafurman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dafurman,
NSClassFromString
is not available on all the platforms we support. If you are just developing on Apple platforms then theNSClassFromString
is probably ok, as far as I know.