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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -