I am programming for sharing an image to a server based on http socket communication. I came across the imageTransfer source from this link source link 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.
Could someone please help resolving this build errors please? I read that i need to do pod install So, followed the below points,
1. sudo gem install cocoapods
2. pod setup
3. cd downloads/ImageTransfer-master But, when i do install,
4. pod install
-> It gives error as "Analyzing dependencies [!] Unable to find a specification for CBExtension."
Could someone please help me? –
Anyone please help?