Compile static library project
I have some problem, maybe I do something wrong.
I have Xcode 6.2 and Appcode 3.1.5
When I created static library project and try to run unit tests target from appcode.
I have empty executable and I can not attach anything to it. So, during running unit testing target I have error.
If you Build unit test target without device/simulator. It looks like unit tesing are not starting
In Xcode all compiles properly.
What I am doing wrong?
Thank you, for help
请先登录再写评论。
Hi Anton!
You need to create special configuration for unit tests in AppCode.
Please try to use Run | Edit Configuration | '+' (add) XCTest/Kiwi.
You will be able to choose required target in that tab.
Also maybe you will find out some useful information about unit tests in our blog:
http://blog.jetbrains.com/objc/2013/06/unit-testing-with-appcode/
http://blog.jetbrains.com/objc/2014/05/unit-testing-with-appcode-3-0-be-more-productive-with-less-effort/
Thank you for help. :)
All is working for me.