You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems a workaround is to create a framework target (e.g. a Core framework) and unit test the framework instead of the app.
If I try to test the app without "Allow testing Host application API", I receive an undefined symbol compilation error.
We would like to run unit tests as pure unit tests without running our host application.
How can that be accomplished?
The text was updated successfully, but these errors were encountered: