0

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?

doxsi
  • 1,002
  • 19
  • 42
  • 1
    Update/Install your cocoapods. If it is not getting installed better install Ruby & then install cocoapods. Create a file(Podfile) in TextMate without any extension & save it in the project where you want to install cocoapods. Then drag & drop the path & install the pod file by using the command pod Install in terminal. – Chan Sep 30 '14 at 09:14

2 Answers2

2

Kindly try to update cocoapods.

sudo gem install cocoapods
Lie-An
  • 2,563
  • 3
  • 17
  • 20
1

Please, provide your Podfile. It should be at the same directory where your *.xcodeproj placed. Have you checked Cocoapods Tutorial?

orkenstein
  • 2,810
  • 3
  • 24
  • 45