XCTest/XCTest.h not found on old projects built in Xcode 6

后端 未结 10 2059
渐次进展
渐次进展 2020-12-04 06:52

I have a few projects I\'m trying to build with Xcode 6 Beta 2. The projects all have some type of library that uses XCTest (Kiwi/XCTest and Specta) that don\'t build in Xco

10条回答
  •  误落风尘
    2020-12-04 07:49

    I have faced same issue after some time I have imported XCTest framework from build phases and solved the issue.

    Build phases-> XCTest.Framework>clean and run. I hope it will be helpful to some one..

    for your reference...Import XCTest in to existing project

提交回复
热议问题