diff: /../Podfile.lock: No such file or directory
问题 am new to the iPhone app development.when i an running the application i getting the Bellow error. diff: /../Podfile.lock: No such file or directory diff: /Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. 回答1: The error message shows the solution, no pods are built. Open the terminal, go to the root of the project, then run: pod install If you don't have cocoapods installed, first run