products - Is there a limit for the number of targets you can have in an Xcode project? -


i'm planning have different targets in single xcode project. there limitation on number of targets can have? tested creating 10 targets manually , didn't see problem i'd know if had problem before.

targets alone don't have weight.

the file references of targets (e.g. source files build) , dependencies tend set logical limits. have project on 100 targets. it's better build things out dependencies, possible.


Comments