मैं एक प्रोजेक्ट बनाने में असमर्थ हूं जो कोकोपोड्स का उपयोग करता है। मुझे निम्नलिखित त्रुटियाँ मिलती हैं:
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.`
$ pod install
ठीक काम करने लगता है और Pods
मेरे कार्यक्षेत्र में एक परियोजना जोड़ता है । मैंने कोशिश की है, $ pod update
लेकिन यह मदद नहीं करता है।
ऐसा लगता है कि PODS_ROOT
सेट नहीं किया जा रहा है।
Podfile:
platform :ios, '6.0'
workspace 'Example.xcworkspace'
xcodeproj 'example/Example.xcodeproj'
pod 'TestFlightSDK', '~> 1.3.0-beta.5'
pod 'TestFlightLogger', '~> 0.0.2'
pod 'CocoaLumberjack', '~> 1.6.2'
pod 'Reachability', '~> 3.1.0'
pod 'SBJson', '~> 3.2'
pod 'MKMapViewZoom', '~> 1.0.0'
[!] From now on use MyProject.xcworkspace.
नहीं पुराने `.xcodeproj '