CocoaPods를 사용하는 프로젝트를 빌드 할 수 없습니다. 다음과 같은 오류가 발생합니다.
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
설정되지 않은 것 같습니다 .
포드 파일 :
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 '