Close

2020-12-24

error: could not find included file ‘Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig’ in search paths (in target ‘Runner’)

error: could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig' in search paths (in target 'Runner')

when I build flutter application for IOS, I am giving “error: could not find included file ‘Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig’ in search paths (in target ‘Runner’)” error

Solution is so simple 🙂

  • For me the problem is that pods aren’t installed.
  • Open terminal, navigate project directory
  • change to ios directory
  • run pod install