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.
我有一个在 XCode 4.6 中使用 Cocoapods 的 iOS 项目。
每次我运行pod installXCode 时都会提示我保留 xcode 版本或恢复对磁盘中“App-Name.xcworkspace”的更改。
pod install
现在显然每次弹出此对话框时,我都可以单击“恢复”,但这很乏味并且会修剪错误,因为该术语令人困惑,因为此对话框中的“恢复”实际上意味着将版本保留在磁盘中。
有没有办法在 XCode 设置中禁用此提示?
没有办法禁用我知道的对话框。
然而,下一个版本的 CocoaPods (0.17) 仅在添加或删除项目时才写入工作区,从而将 Xcode 显示提示的时间限制在极少数情况下。