0

I have clipsTableViewController.swift file which contain clipsTableViewController class in this class I called DataManager class from another swift file which I created in project using cmnd+N and selecting swift file. But I get this confusing error message : Use of Unresolved Identifier DataManager

you can see it in the picture below : enter image description here

DataManager class : enter image description here

Any suggestion?

anonymox
  • 419
  • 1
  • 9
  • 32

1 Answers1

2

Check files Target Membership on the right side of xcode and make sure test files is selected.

Mohammad_Hosseini
  • 2,481
  • 3
  • 30
  • 53