Xcode project / target / build settings
Targets
A project can have multiple targets.
It must always have at least 1 target, which will be your iOS app, or watchOS app etc
If you are going to have unit tests, this must be a separate target.
It's required by Apple.
But if it wasn't requir...
coderlyn.hashnode.dev1 min read