【发布时间】: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)......
帮助?
【问题讨论】: