0

I reinstall the xcode 7.3.1. But when want to run existing project this error received. How i can resolve it.

Shahbaz Akram
  • 1,520
  • 1
  • 28
  • 43

1 Answers1

1

Sounds like you need to delete derived data. Go to Window->Project->Select Your Project->Press Delete button (to delete derived data).

Now run simulator and hopefully that error should disappear.

etayluz
  • 14,907
  • 20
  • 95
  • 141