“File not found”, “linker command failed with exit code 1” in Xcode 4.5.1

后端 未结 10 1572
-上瘾入骨i
-上瘾入骨i 2020-12-08 02:25

Am developing an existing iOS application and I have to write unit test cases for this project. It is building and running in Simulator 6.0. Whenever I try to test t

10条回答
  •  囚心锁ツ
    2020-12-08 02:58

    On xcode 6 you need to:

    1. go to products folder
    2. click on file .xctext
    3. on "TARGETS" choose Tests
    4. and on Host Application choose your application.
    5. Click build app.

    Works for me!

提交回复
热议问题