xcode - Xcode5: creating new testing target -


i'm trying create first xctestcase within existing ios+mac project. created new test class, , see created new test target me in project, new scheme has none of linked libraries , source code files existing target. shared scheme existing target, none of project details. don't want go add each , every source file , framework library new test target. there way create new test target clone of existing target? or add source files target without being

when set correctly, test bundle linked against app. shouldn't put production code test target, test code.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -