要從專案移除cocoapods,按照中的四個步驟
1. 刪除工程資料夾下的podfile、podfile.lock及pods資料夾
2. 刪除xcworkspace檔案
3. 使用xcodeproj檔案開啟工程,刪除frameworks組下的pods.xcconfig及libpods.a引用
4. 在工程設定中的build phases下刪除check pods manifest.lock及copy pods resources
發現專案編譯還是報錯
ld: library not found for -l"pods-zxingobjc"
逐一檢視project和targets的各項設定,發現project和targets中的build setting -》linking-》other librarian flags和other linker flags 中還存在-l"pods-zxingobjc",把這些設定刪除即可編譯成功
5.刪除project和targets中的build setting -》linking-》other librarian flags和other linker flags 中pod設定
從工程中刪除Cocoapods
1.刪除工程資料夾下的podfile podfile.lock及pods資料夾 2.刪除xcworkspace檔案 3.使用xcodeproj檔案開啟工程,刪除frameworks組下的pods.xcconfig及libpods.a引用 4.在工程設定中的build phases下刪除check p...
從工程中刪除Cocoapods
1.刪除工程資料夾下的podfile podfile.lock及pods資料夾 2.刪除xcworkspace檔案 3.使用xcodeproj檔案開啟工程,刪除frameworks組下的pods.xcconfig及libpods.a引用 4.在工程設定中的build phases下刪除check p...
從工程中刪除Cocoapods
1.刪除工程資料夾下的podfile podfile.lock及pods資料夾 2.刪除xcworkspace檔案 3.使用xcodeproj檔案開啟工程,刪除frameworks組下的pods.xcconfig及libpods.a引用 4.在工程設定中的build phases下刪除check p...