How can I write test code in a custom build configuration without Debug
postfix?
#1990
-
I tried to write test code with composable architecture embedded by spm. I'm using custom build configuration named but I've found that how can I solve this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
lukeredpath
Apr 1, 2023
Replies: 1 comment
-
You can’t really, SPM only really knows about two configurations - Debug and Release and so you need to suffix it to get it to recognise it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
havilog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can’t really, SPM only really knows about two configurations - Debug and Release and so you need to suffix it to get it to recognise it.