Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Flutter ios/flatter/Debug.xcconfig:3:找不到包含的文件';Pods Runner.debug.xconfig';在搜索路径中(在项目的目标运行程序中)_Flutter_Database Connection_Flutter Dependencies_Flutter Animation_Flutter Test - Fatal编程技术网

Flutter ios/flatter/Debug.xcconfig:3:找不到包含的文件';Pods Runner.debug.xconfig';在搜索路径中(在项目的目标运行程序中)

Flutter ios/flatter/Debug.xcconfig:3:找不到包含的文件';Pods Runner.debug.xconfig';在搜索路径中(在项目的目标运行程序中),flutter,database-connection,flutter-dependencies,flutter-animation,flutter-test,Flutter,Database Connection,Flutter Dependencies,Flutter Animation,Flutter Test,在尝试建立谷歌登录时,我面临着一个关于flutter项目的问题。 我遵循了本文中的步骤: 不,我面临这个问题: 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

在尝试建立谷歌登录时,我面临着一个关于flutter项目的问题。 我遵循了本文中的步骤:

不,我面临这个问题:

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.
在XCode中打开IOS项目(Runner),导航到签名和功能,然后选择一个开发团队

希望这有帮助

不错的雅辛, 我的错误与此类似:
Debug.xcconfig:1:在搜索路径中找不到包含的文件“Generated.xcconfig”

经验法则1 对于ios上的颤振开发

我们应该始终做到:

flatter构建ios

在xcode上打开Runner.xcworkspace之前

此命令将准备一个更新的、现成的
Runner.xcworkspace
文件版本:例如,下载cocoapods依赖项(运行
pod安装

经验法则2 对于XCode上的任何ios本机开发

您可能需要设置一些
开发团队

选择您的主
.xcodeproj
>>选项卡
Sigin&Capabilities
>>团队


试着用颤振清洁