Podfile lock errors
Closed this issue · 4 comments
I am programming for sharing an image to a server based on http socket communication. I came across the imageTransfer source and When I run this project, it gives the following error in Xcode.
Diff: /Users/innovationlab/Downloads/ImageTransfer-master/Pods/../Podfile.lock: No such file or directory
Diff: /Users/innovationlab/Downloads/ImageTransfer-master/Pods/Manifest.lock: No such file or directory
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
I heard that I need to run pod install.
So, I tried like below,
- sudo gem install cocoapods
- pod setup
- cd PRAR-Example/
- pod install
Here, It throws error as below "Unable to find a specification forCBExtension
"
InnovationLabNewMacMinis-Mac-mini:ImageTransfer-master innovationlab$ pod install
Analyzing dependencies
[!] Unable to find a specification forCBExtension
.
InnovationLabNewMacMinis-Mac-mini:ImageTransfer-master innovationlab$
Please what should i do? I have the latest source as it is, downloaded from Github. I need your help urgently please..
issure fixed. And ImageTransfer is just a demo project NOT for production !
When i download the latest ImageTransfer project and build in Xcode, It still gives the below errors:
Diff: /../Podfile.lock: No such file or directory
Diff: /Manifest.lock: No such file or directory
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
When i download the latest ImageTransfer project and build in Xcode, It still gives the below errors:
Diff: /../Podfile.lock: No such file or directory
Diff: /Manifest.lock: No such file or directory
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
- remove your old project
- clone the new one from github
- run pod install
- open the new workspace
- just run it (cmd + r)