What’s the Xcode “no such file or directory error”?

look up here XCode Build – CopyPNGFile Error and No Such File or Directory .
I had same problem and this solution helps me.

If you receive either of these annoying errors when building your
xcode app, something has corrupted in your project bundle.

  1. Open your project in Xcode
  2. Click on your project
  3. Click on your project under Targets
  4. Hit the build phases tab
  5. Open “Copy Bundle Resources” near the bottom
  6. Look for any resources listed in red!

Leave a Comment