ios/Flutter/Debug.xcconfig:3: could not find included file 'Pods-Runner.debug.xcconfig' in search paths (in target 'Runner' from project 'Runner')

Issue

I am facing an issue with my flutter project while trying to establish a google sign in.
I followed the steps in this article:
https://www.freecodecamp.org/news/how-to-integrate-your-ios-flutter-app-with-firebase-on-macos-6ad08e2714f0/

No i am facing this issue:

Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Running Xcode build...
Xcode build done.                                            9,1s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **
Xcode's output:
↳
    note: Using new build system
    note: Planning build
    note: Constructing build description
    error: /Users/zagliz/Desktop/testa/ios/Flutter/Debug.xcconfig:3: could not find included file 'Pods-Runner.debug.xcconfig' in search paths (in target 'Runner' from project 'Runner')
    error: /Users/zagliz/Desktop/testa/ios/Flutter/Debug.xcconfig:3: could not find included file 'Pods-Runner.debug.xcconfig' in search paths (in target 'Runner' from project 'Runner')
    error: /Users/zagliz/Desktop/testa/ios/Flutter/Debug.xcconfig:3: could not find included file 'Pods-Runner.debug.xcconfig' in search paths (in target 'Runner' from project 'Runner')
    error: /Users/zagliz/Desktop/testa/ios/Flutter/Debug.xcconfig:3: could not find included file 'Pods-Runner.debug.xcconfig' in search paths (in target 'Runner' from project 'Runner')
    error: /Users/zagliz/Desktop/testa/ios/Flutter/Debug.xcconfig:3: could not find included file 'Pods-Runner.debug.xcconfig' in search paths (in target 'Runner' from project 'Runner')
    error: /Users/zagliz/Desktop/testa/ios/Flutter/Debug.xcconfig:3: could not find included file 'Pods-Runner.debug.xcconfig' in search paths (in target 'Runner' from project 'Runner')
    warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')

Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.

Solution

Open the IOS project (Runner) in XCode, navigate to Signing and Capabilities and select a development team.

Hope this helps

enter image description here

Answered By – Josteve

Answer Checked By – Pedro (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *