Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我更新了我的 Podfile 并删除了 SBJson 然后 pod install 但我收到了这些警告。
我该如何解决这些问题?谢谢你。
在 Xcode 文件浏览器(Xcode 中的⌘1)中查找这些文件。它们应该是红色的,表示它们不存在。删除它们,问题应该会消失。
确保您也完成了pod install. 删除端口时,我通常会执行以下操作:
pod install
git clean -dxf pod install
这假设您正在使用git源代码控制并且没有任何您想保留的未暂存更改。
git