XCode 5 Testing symbol “rT” means what?

前端 未结 4 425
日久生厌
日久生厌 2020-12-13 09:27

I have 2 test classes in a XCode 5 project:

ABCDataModelTests.{h,m}

- (void)testAlwaysPassing { ... }

ABCDataModelListColorsTests.m

4条回答
  •  抹茶落季
    2020-12-13 10:00

    I agree with what @everyday_productive said

    "rT" usually means something wrong with indexing, to fix this go to terminal and type the following:

    $ cd ~/Library/Developer/Xcode/
    

    Make sure your Xcode is terminated then delete "Derived Data" folder.

提交回复
热议问题