解決 diff: /../Podfile.lock: No such file or directo

工程使用CocoaPods管理第三方庫,在新的目錄update版本的時候出現以下問題
xcode

 問題1描述: 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一下


按照網上找到的方法,ui


rm -rf MyProject.xcworkspace
rm -rf Pods
rm Podfile.lock
rm -rf  /Users/~/Library/Developer/Xcode/DerivedData/MyProject_******   
pod install

仍是沒有解決spa

後來對比,作以下修改debug


1.修改MyProject 的Build Settings裏的code

User-Deinedget

增長    PODS_ROOT = ${SRCROOT}/Podsit


2.修改project.pbxpro裏的 pods.***.xcconfig的路徑io

MyProject.xcodeproj  發現裏邊有目錄不正確,按實際目錄作以下修改,class

vi MyProject.xcodeproj/project.pbxproj date

Pods/Target Support Files/Pods-MyProject/Pods.debug.xcconfig

Pods/Target Support Files/Pods/Pods.debug.xcconfig

紅色部分出現了差異,按實際路徑修改

相關文章
相關標籤/搜索