flutter 错误:应为ios/Runner.xcodeproj,但缺少此文件

f45qwnt8  于 2023-01-09  发布在  Flutter
关注(0)|答案(3)|浏览(790)

我得到的问题后,重新安装我的Xcode从13.2测试版到13.2.1发行版,误删除了我的项目建设文件夹和运行。
应为ios/Runner. xcodeproj,但缺少此文件。找不到TargetPlatform.ios的应用程序。您的项目是否缺少ios/Runner/Info.plist?请考虑运行"flutter create."来创建一个。
我也看了它的建议
Flutter 产生。
但还是有同样的问题我的flutter doctor-v结果是
flutter(通道稳定,2.8.1,在macOS 11.6.1 20G224达尔文-x64上,语言环境en-GB)·Flutter版本2.8.1位于/用户/apple/桌面/flutter_sdk/flutter·上游资源库https://github.com/flutter/flutter.git·框架修订版77d935af4d(12天前),2021年12月16日08:37:33 - 0800·引擎修订版890a5fca2e·Dart版本2.15.1
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) · Android SDK at /Users/apple/Library/Android/sdk · Platform android-31, build-tools 31.0.0 · ANDROID_HOME = /Users/apple/Library/Android/sdk · Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java · Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165) · All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1) · Xcode at /Users/apple/Downloads/Xcode.app/Contents/Developer · CocoaPods version 1.11.2
[✓] Chrome - develop for the web · Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2020.3) · Android Studio at /Applications/Android Studio.app/Contents · Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter · Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart · Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
[]已连接设备(2个可用)·iPod touch(第七代)(移动)·A7FF5F55 - 96CF-4DD4 - 9790 - 6162A82AA0B7·ios·com. apple. CoreSimulator. SimRuntime. iOS-15 - 2(模拟器)·浏览器(网页版)·浏览器·网页JavaScript·谷歌浏览器96.0.4664.110
未发现问题!
此外,我已经创建了新的flutter项目从Android工作室,但不幸的是,它也不包含相同的文件。

b1zrtrql

b1zrtrql1#

我在使用xcode IDE手动删除xcode配置文件后遇到了同样的问题。请尝试以下操作:
1.创建一个新的Flutter项目。
1.运行项目-确认其处于良好的工作状态(您将看到Xcode编译)3)我将新项目的iOS文件夹下的所有文件复制到我当前的项目&它工作得很有魅力。
祝你好运。

t8e9dugd

t8e9dugd2#

不幸的是,我不能得到在线解决方案,我不得不尝试我自己的方式,它的工作。这个错误发生时,你更新Xcode。对我来说,我下载了Xcode测试版,并安装它,然后重新创建该项目。你可以提取,如果你有备份。然后运行Xcode测试版模拟器。这一切。一切都很好。

zyfwsgd6

zyfwsgd63#

一些我如何找到文件Runner.xcodeproj和Runner.xcworspace在斌和恢复他们回来解决了我的问题!

相关问题