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

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

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -