Error running starter project "03-queues-and-threads"

I am running the starter project without changing any file, and it’s showing up an error. It seems that it tries to load the ‘Photos.plist’ from the final project, but I don’t know how to fix that.

I attached a screenshot.39

Sorry about that, @sergibeltran! Open up the starter project in Xcode and then

  1. Right-click on Photos.plist and choose Delete.
  2. Right click on the yellow project folder for Concurrency
  3. Choose Add Files to “Concurrency”…
  4. Double-click on the Photos.plist file.

You should be good to go at that point.