ios / Flutter / Debug.xcconfig:3:在搜索路径中(在项目'Runner'的目标'Runner'中)找不到包含的文件'Pods-Runner.debug.xcconfig']]

问题描述 投票:0回答:1

尝试建立Google登录时,我的flutter项目遇到了问题。我按照本文中的步骤操作:https://www.freecodecamp.org/news/how-to-integrate-your-ios-flutter-app-with-firebase-on-macos-6ad08e2714f0/

没有,我面临这个问题:

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.

[尝试建立Google登录时,我的flutter项目遇到了问题。我按照本文中的步骤操作:https://www.freecodecamp.org/news/how-to-integrate-your-ios- flutter-app -...

flutter database-connection flutter-dependencies flutter-animation flutter-test
1个回答
0
投票

用XCode打开IOS项目(运行器),导航到Signing and Capabilities并选择一个开发团队。

© www.soinside.com 2019 - 2024. All rights reserved.