簡體   English   中英

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)

想知道在哪里可以刪除框架? 試圖去Targets,然后去Linked Framework和Libraries。 我看不到Alamofire框架的存在。 另外,在框架搜索路徑中,我也看不到Alamofire的路徑。

轉到target-> build settings中的其他鏈接器標志。 然后刪除框架。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM