夥計們,的CocoaPods錯誤:Resource.sh沒有找到
的CocoaPods:0.39.0
FYI我已經做了足夠的研究,我是能夠採取錯誤的護理,如:
找不到Podfile.lock。
.menifest沒有找到
等,同時建立我的項目。
對我來說,這看起來似乎還是黑客,但只要他們讓我建立我不在乎。 但一個真正的問題是這樣的:
Pod-resources.sh找不到,這個是在pod目錄中。
所以肯定它不在我的源代碼管理中,因爲我不檢查pod目錄到我的項目中。 我已經完成了足夠多的weokspace刪除,podlock刪除,pods目錄刪除和pod安裝。但是這個問題仍然存在。 我使用的apptentive有一個資源包,需要複製到應用程序二進制文件。
目前我已禁用Apptentive通過項目加快發展,並繼續尋找解決方案。
我已經閱讀鏈接是如下:
https://github.com/CocoaPods/CocoaPods/issues/2303 是從2014年7月10日:看起來太老了依靠。
CocoaPods Errors on Project Build
Error:"The sandbox is not in sync with the Podfile.lock..." after installing RestKit with cocoapods
The sandbox is not in sync with the Podfile.lock-ios
Error:"The sandbox is not in sync with the Podfile.lock..." after installing RestKit with cocoapods
How I solved my partial problem : delete workspace file, Pods Dir and .lock file. If this can help anybody.
你可以做一個pod安裝--verbose並粘貼到輸出中嗎? –