ios報錯,這里只是記錄解決方法
報錯內容:
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
解決方法:
command+Q 退出 Xcode,重新執行pod install,之后再重新打開Xcode運行。
參考博客:
https://blog.csdn.net/grl18840839630/article/details/86223769