从 Github 添加包到 "Frameworks, Libraries, and Embedded Content" 时,如何指定版本?

When adding a package to "Frameworks, Libraries, and Embedded Content" from Github, how can I specify the version?

我正在 XCode 12.3 中构建一个 iOS 应用程序。为此,我正在使用 General -> Frameworks, Libraries, and Embedded Content -> Add Package Dependency 添加一个库。将 link 粘贴到 Github 库(在本例中为 https://github.com/WeTransfer/Mocker) adds the current version of the library (2.4.0), but I want to add a previous version to avoid a bug in the latest version. Linking to a release (e.g. https://github.com/WeTransfer/Mocker/releases/tag/2.2.0)不起作用。

2.2.0版本如何添加这个包?

你应该使用相同的 repo url:

在下一个屏幕上,只需将 Swift 包的版本规则更改为 Exact 并填写您要使用的版本: