【问题标题】:FLUTTER RUN XCODE 13.3 on MAC - App won't build anymore since Update : Requested but did not find extension point with identifier Xcode.IDEKitFLUTTER RUN XCODE 13.3 on MAC - 应用程序自更新后将不再构建:已请求但未找到标识符为 Xcode.IDEKit 的扩展点
【发布时间】:2022-06-24 12:38:29
【问题描述】:

自从 MAC OS 和 XCODE 13.3 的最后一次更新以来,我简直快疯了。 我的应用程序将不再构建,并且我得到一英里长的问题列表,我根本不明白...... 一切正常...我完全没有改变... 我已经尝试了我在论坛等中可以阅读的所有内容...但没有任何效果...

这是我得到的:

2022-04-15 11:53:43.990 xcodebuild[14700:80126] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-04-15 11:53:43.991 xcodebuild[14700:80126] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
** BUILD FAILED **

然后在此之下,我得到了一个长达一英里的列表,其中包含我以前从未见过的各种警告。

我输了……

有没有办法让应用程序重新初始化所有设置和其他配置文件,从头开始构建,一切都干净? 作为初学者“开发人员”,我完全不了解构建发生时发生的事情,pod 文件,pod ...... XCODE 的作用(我正在使用 Visual Studio Code)......

帮助?

【问题讨论】:

标签: ios xcode flutter


【解决方案1】:

我认为这可能是这个问题的重复。

Flutter build iOS got error: Requested but did not find extension point with identifier

但是,即使该链接中说明了许多方法,我也未能解决问题。

在我的情况下,问题是 Podfile 中的 ios 版本。

由于一些构建问题,我取消了对这一行的注释,

# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

但是,它会产生与您相同的构建错误。重新注释此行后,构建很好。

【讨论】:

    【解决方案2】:

    我的情况:

    1. 删除:Pods 文件夹、Podfile、Podfile.lock、pubspec.lock。
    2. 扑干净
    3. 颤振酒吧获取
    4. cd ios => pod 安装
    5. cd.. => 颤动运行

    【讨论】:

      猜你喜欢
      • 2022-08-05
      • 2022-12-16
      • 2022-08-19
      • 2022-06-14
      • 2022-08-16
      • 1970-01-01
      • 1970-01-01
      • 2015-12-28
      • 1970-01-01
      相关资源
      最近更新 更多