Xcode Workspace "Internal error: missingPackageDescriptionModule"
Xcode Workspace "Internal error: missingPackageDescriptionModule"
将 Xcode 更新到版本 13.2 后,我无法再构建我的项目。我有一个与我的工作区文件相关的奇怪错误“内部错误:missingPackageDescriptionModule”。
这肯定与 SPM 有关,因为 Xcode 也没有加载 SPM 包。我尝试“重置包缓存”、“解决包缓存”以及“更新到最新的包缓存”,但在所有这些操作之后没有任何反应。删除派生数据,清理也没有帮助...
我也尝试使用 xcodebuild -resolvePackageDependencies
从终端解析包,但我收到错误消息:
--- xcodebuild: WARNING: The directory /Users/ptocicki/Developer/KFC/kfc-ios also contains the legacy project 'project.pbxproj' - ignoring it and using 'KFC.xcodeproj'.
xcodebuild: error: Could not resolve package dependencies:
Internal error: missingPackageDescriptionModule"
Apple 已意识到该问题。
We're currently investigating this issue — thank you to those who have
filed bug reports so far. To workaround this issue, please re-download
Xcode 13.2 directly from the Downloads page.
https://developer.apple.com/forums/thread/696504?answerId=698142022#698142022
在我处理项目时 Xcode 自行更新后,我在深夜才遇到这些问题,这并不是一个很酷的惊喜。它似乎正在影响所有依赖项。你并不孤单,它影响着每一个人。我按照他们的建议直接从 Apples 开发者网站下载 Xcode,它解决了我所有的问题,现在超级开心!!!!!!!
https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes
If you’re using Swift packages either standalone or as dependencies in an Xcode project or workspace, the Mac App Store version of Xcode fails during package resolution with the error “Internal error: missingPackageDescriptionModule.” (86435800)
Workaround: Download Xcode 13.2 directly from the Apple Developer website.
似乎本地包还在工作。所以有一个临时解决方案:我们可以下载依赖项,然后将它们作为本地包添加到项目中。
- 如果您在 Xcode 项目或工作区中单独或作为依赖项使用 Swift 包,Mac App Store 版本的 Xcode 在打包过程中失败解决错误“内部错误:missingPackageDescriptionModule”。 (86435800)
解决方法:直接从 Apple Developer website 下载 Xcode 13.2。
已在 v13.2.1 上修复,您可以 download from here
说明
这个bug is reported and the v13.2.1 AppStore version but As Apple suggest here,你应该从开发者中心手动下载Xcode
手动下载任何 Apple 开发者软件
✅ The always working and preferred workaround!
直接从 Apple 下载:
- Latest Release version 或
- Latest Beta version 或
- Any version you need 和所有其他可下载内容
然后解压并移动到你喜欢的地方。与 AppStore 更新相比,这有很多好处。 (比如恢复下载的能力,不替换旧的,不浪费隐藏目录等)
注意你应该使用safari来下载它。
⚠️ 像我这样的开发者的重要提示!
The page you’re looking for can’t be found.
如果您 The page you’re looking for can’t be found
消息,如果您所在的国家/地区像我一样受到美国制裁,则可能需要使用 VPN。因为 Apple 正在阻止某些 IP 地址范围。
XCode 已于 12 月 19 日更新至 13.2.1,解决了该问题。
请更新至Xcode 13.2.1。
如果没有,请从 Apple Developer website.
下载 Xcode 13.2
从 App Store 从 Xcode 13.2 更新到 13.2.1 解决了我的问题。
将 Xcode 更新到版本 13.2 后,我无法再构建我的项目。我有一个与我的工作区文件相关的奇怪错误“内部错误:missingPackageDescriptionModule”。
这肯定与 SPM 有关,因为 Xcode 也没有加载 SPM 包。我尝试“重置包缓存”、“解决包缓存”以及“更新到最新的包缓存”,但在所有这些操作之后没有任何反应。删除派生数据,清理也没有帮助...
我也尝试使用 xcodebuild -resolvePackageDependencies
从终端解析包,但我收到错误消息:
--- xcodebuild: WARNING: The directory /Users/ptocicki/Developer/KFC/kfc-ios also contains the legacy project 'project.pbxproj' - ignoring it and using 'KFC.xcodeproj'.
xcodebuild: error: Could not resolve package dependencies:
Internal error: missingPackageDescriptionModule"
Apple 已意识到该问题。
We're currently investigating this issue — thank you to those who have filed bug reports so far. To workaround this issue, please re-download Xcode 13.2 directly from the Downloads page.
https://developer.apple.com/forums/thread/696504?answerId=698142022#698142022
在我处理项目时 Xcode 自行更新后,我在深夜才遇到这些问题,这并不是一个很酷的惊喜。它似乎正在影响所有依赖项。你并不孤单,它影响着每一个人。我按照他们的建议直接从 Apples 开发者网站下载 Xcode,它解决了我所有的问题,现在超级开心!!!!!!!
https://developer.apple.com/documentation/xcode-release-notes/xcode-13_2-release-notes
If you’re using Swift packages either standalone or as dependencies in an Xcode project or workspace, the Mac App Store version of Xcode fails during package resolution with the error “Internal error: missingPackageDescriptionModule.” (86435800)
Workaround: Download Xcode 13.2 directly from the Apple Developer website.
似乎本地包还在工作。所以有一个临时解决方案:我们可以下载依赖项,然后将它们作为本地包添加到项目中。
- 如果您在 Xcode 项目或工作区中单独或作为依赖项使用 Swift 包,Mac App Store 版本的 Xcode 在打包过程中失败解决错误“内部错误:missingPackageDescriptionModule”。 (86435800)
解决方法:直接从 Apple Developer website 下载 Xcode 13.2。
已在 v13.2.1 上修复,您可以 download from here
说明
这个bug is reported and the v13.2.1 AppStore version but As Apple suggest here,你应该从开发者中心手动下载Xcode
手动下载任何 Apple 开发者软件
✅ The always working and preferred workaround!
直接从 Apple 下载:
- Latest Release version 或
- Latest Beta version 或
- Any version you need 和所有其他可下载内容
然后解压并移动到你喜欢的地方。与 AppStore 更新相比,这有很多好处。 (比如恢复下载的能力,不替换旧的,不浪费隐藏目录等)
注意你应该使用safari来下载它。
⚠️ 像我这样的开发者的重要提示!
The page you’re looking for can’t be found.
如果您 The page you’re looking for can’t be found
消息,如果您所在的国家/地区像我一样受到美国制裁,则可能需要使用 VPN。因为 Apple 正在阻止某些 IP 地址范围。
XCode 已于 12 月 19 日更新至 13.2.1,解决了该问题。
请更新至Xcode 13.2.1。
如果没有,请从 Apple Developer website.
下载 Xcode 13.2从 App Store 从 Xcode 13.2 更新到 13.2.1 解决了我的问题。