I am trying an example of SocketRocket and have installed the library using "pod install" that return "Integrating client project". But, building the project, it fails with the message:
> 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.
In the directoty are present the Podfile and the Podfile.lock.
Podfile is:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, "7.0"
pod "SocketRocket"
Any help, please?