I'm planning to have different targets in a single Xcode project. Is there a limitation on the number of targets I can have? I tested this by creating 10 targets manually and didn't see a problem but I'd like to know if someone had a problem about this before.
Asked
Active
Viewed 342 times
1 Answers
0
Targets alone don't have much weight.
The file references of the targets (e.g. source files to build) and dependencies tend to be set the logical limits. I have a project with over 100 targets. It's generally better to build things out by dependencies, where possible.

justin
- 104,054
- 14
- 179
- 226