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

Xcode How to remove the framework after remove the pod file

删除 pod 文件后,出现

错误
ld: framework not found Alamofire
clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

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