将 CryptoSwift 库与 Xcode 一起使用

Using CryptoSwift Library with Xcode

我正在尝试在 Xcode 中使用 CrpytoSwift 库,并且我尝试了很多教程将其添加到我的项目中,但是当我导入它时它抛出 'module not found error'。我缺少什么吗? (我在下面包含了我关注的链接。

  1. Cannot install cocoa pods after uninstalling, results in error
  2. http://blog.krzyzanowskim.com/2015/01/28/how-to-install-cryptoswift/

编辑: 我还上传了我的 xcode 项目目录树的屏幕截图。Xcode Directory Tree

为了删除 'module not found error' 项目需要清理并重新构建以识别添加的包(pods)。