The file “Pods.xcconfig” couldn’t be opened because there is no such file The file “Pods.xcconfig” couldn’t be opened because there is no such file ios ios

The file “Pods.xcconfig” couldn’t be opened because there is no such file


I found a good hint inside the issues of CocoaPods on GitHub, try this:

  1. Close your project (better close Xcode completely)
  2. Open the Terminal inside your project and execute pod install
  3. Open your project again. If there are still errors clean your project ( Shift + cmd + K ), after this the errors should be gone.


Restarting Xcode helped me. Pod update and install didn't help.


Go to your project directory from the terminal

run "pod update"