我遇到了這個問題。我從podfile中刪除了一些項目,但該模塊仍保留在項目中,xcode不顯示錯誤。我試圖刪除與pod相關的所有內容,重新安裝pod並清除了該項目,但模塊仍然存在。有解決方案嗎?從項目podfile刪除項目
0
A
回答
1
無事可做,只需在項目中添加Pod並將其從終端中刪除即可。 選擇您在終端中的項目路徑並在命令下面激活。
$ sudo gem install cocoapods-deintegrate cocoapods-clean
$ pod deintegrate
$ pod clean
$ rm Podfile
對於頁面下面更加詳細的檢查,
編輯: -如果你想再次添加莢然後就在你的終端上鍵入以下命令,
pod install
+0
問題解決了,謝謝。 –
+0
歡迎高興提供幫助。 –
相關問題
- 1. 刪除項目
- 2. 刪除項目
- 3. 刪除項目
- 4. 刪除項目
- 5. 從JavaScript中移除項目從數組中刪除項目
- 6. 從NatCombo刪除項目
- 7. 從VB中刪除項目
- 8. 從JLIST中刪除項目
- 9. 從ItemsControl中刪除項目
- 10. 從AutoPopulatingList中刪除項目
- 11. 從GridView中刪除項目
- 12. 從arraylist中刪除項目
- 13. 從SonarQube刪除項目
- 14. 從Doctrine_Collection刪除項目
- 15. 從表中刪除項目
- 16. 從RecyclerView中刪除項目
- 17. 從項目中刪除LaunchScreen.xib
- 18. 從arraylist中刪除項目
- 19. 從ParseQueryAdapter刪除項目
- 20. 從RecyclerView GridLayout刪除項目
- 21. 從localStorage中刪除項目
- 22. 從todoList中刪除項目
- 23. 從LongListMultiSelector中刪除項目
- 24. 從ListView中刪除項目
- 25. 從ArrayList刪除項目
- 26. winRT從gridview刪除項目
- 27. 從ColumnSeries中刪除項目
- 28. 從console.moovweb.com刪除項目
- 29. 從Android ListView刪除項目
- 30. 從BlockingCollection中刪除項目
如果您已從吊艙中移除不需要的物品,只需轉至終端並選擇您的項目文件夾,然後再次更新吊艙 –
乾淨嗎(Ctrl + K)? –