1

I get an error when I'm trying to build my App saying that Xcode is unable to find some file (xctest files i believe). FYI: I recently changed the name of the project from the sidebar in Xcode and it asked me if wanted to update the name of all the other files as well and I said yes so it probably has something to do with that.

Anyone ever experienced that?

Jonathan Meguira
  • 1,860
  • 2
  • 12
  • 15

2 Answers2

0

It's a very nominal error. To solve the error:

Clean the project

Delete the derived data Can I safely delete contents of Xcode Derived data folder?

Delete "XCTest.Framework" file from Project Navigator > Targets > 'Project Name' > Build Phases

Community
  • 1
  • 1
Sohil R. Memon
  • 9,404
  • 1
  • 31
  • 57
0

Try cmd + shift + K to clean

Yuji
  • 74
  • 3