Xcode 删除 pod 文件后如何删除框架

Pak*_*ung 2 xcode frameworks ios cocoapods podfile

删除 pod 文件后,出现错误

ld: framework not found Alamofire
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run Code Online (Sandbox Code Playgroud)

想知道在哪里可以删除框架?尝试去目标,然后去链接框架和库。我看不到 Alamofire 框架存在。另外,在框架搜索路径中,我也看不到 Alamofire 的路径。

Pak*_*ung 5

转到目标-> 构建设置中的其他链接器标志。然后删除框架。