iOS 在 Flutter 项目中构建问题.../Flutter/Debug.xcconfig:无法打开文件(在项目 "Runner" 中的目标 "Runner" 中)
Issue with iOS Build in Flutter Project .../Flutter/Debug.xcconfig: unable to open file (in target "Runner" in project "Runner")
我正在做一个 Flutter 项目。在 pubspec.yaml 文件中声明了一些依赖项。项目在 Android 上构建良好,但当我尝试在 iOS 上构建 运行 时。我收到以下错误。搜索了多个问题,找不到确切的问题。
.../Flutter/Debug.xcconfig: unable to open file (in target "Runner" in project "Runner") (in target 'Runner' from project 'Runner')
pubspec.yaml 依赖关系
flutter_svg: ^0.19.1
flutter:
sdk: flutter
flutter_dash: ^0.0.1
readmore: ^1.0.1
cupertino_icons: ^0.1.3
chopper: ^3.0.6
logging: ^0.11.4
package_info: '>=0.4.3+2 <2.0.0'
provider: ^4.3.2+3
sprintf: ^5.0.0
不知为何 Debug.xcconfig
和 Release.xcconfig
文件从 ios/Flutter
目录中丢失了。我创建了它们并添加了以下行。
Debug.xcconfig 文件
#include "Generated.xcconfig"
Release.xcconfig 文件
#include "Generated.xcconfig"
我正在做一个 Flutter 项目。在 pubspec.yaml 文件中声明了一些依赖项。项目在 Android 上构建良好,但当我尝试在 iOS 上构建 运行 时。我收到以下错误。搜索了多个问题,找不到确切的问题。
.../Flutter/Debug.xcconfig: unable to open file (in target "Runner" in project "Runner") (in target 'Runner' from project 'Runner')
pubspec.yaml 依赖关系
flutter_svg: ^0.19.1
flutter:
sdk: flutter
flutter_dash: ^0.0.1
readmore: ^1.0.1
cupertino_icons: ^0.1.3
chopper: ^3.0.6
logging: ^0.11.4
package_info: '>=0.4.3+2 <2.0.0'
provider: ^4.3.2+3
sprintf: ^5.0.0
不知为何 Debug.xcconfig
和 Release.xcconfig
文件从 ios/Flutter
目录中丢失了。我创建了它们并添加了以下行。
Debug.xcconfig 文件
#include "Generated.xcconfig"
Release.xcconfig 文件
#include "Generated.xcconfig"