Replies: 2 comments
-
Easiest way to do this is two invocations of xcodebuild, one with this enabled for build, then without for test |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is added, however we need to do better ideally by editing the project and setting this setting only for the targets of our app. Because otherwise warnings in Swift package dependencies cause build failure. This would also mean we can stop doing two separate instantiations of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
However, this should only be applied to build targets, not tests
Beta Was this translation helpful? Give feedback.
All reactions