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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -