pod install命令後tool 'xcodebulid' required Xcode...錯誤
在pod install或者pod install --verbose --no-repo--update後出現了下面的錯誤:
意思就是‘xcodebuild'需要用到Xcode,但是目錄下卻是一個命令列工具,而不是Xcode,換句話說就是Xcode的路徑錯誤
解決辦法:
- 列印看一下Xcode的路徑:
- 檢視sdk路徑
- 確定問題所在後,進行修改xcode的路徑
- 重新檢視sdk路徑以確定是否更改路徑成功
重新執行pod install成功!
相關文章
- 使用describe命令進行Kubernetes pod錯誤排查
- pod install 與 pod update
- pod install 和 rvm install ruby-xxxx報錯解決辦法
- npm install 常見錯誤NPM
- CocoaPods pod install/pod update更新慢
- Spring Boot配置是遇到錯誤:jdbcUrl is required with driverClassNameSpring BootJDBCUI
- 解決 The ‘supervisor==3.2.0‘ distribution was not found and is required by the application錯誤UIAPP
- NPM INSTALL常見錯誤(windows篇)NPMWindows
- 什麼是407 Proxy Authentication Required錯誤程式碼?UI
- 正確的使用pod install 和 pod update - CocoaPods
- kubernetes 載入pod出現ErrImageNeverPull錯誤
- The sandbox is not in sync with the Podfile lock Run 'pod install' or
- Installation failed with message INSTALL_FAILED_USER_RESTRICTED錯誤AIREST
- iOS開發 解決pod install報錯 SSL_ERROR_SYSCALL, errno 54iOSError
- pod install / pod update 速度慢的終極解決方案
- Brew 升級更新錯誤"Failed to install vendor Ruby."AI
- XAMRAIN的INSTALL_FAILED_NO_MATCHING_ABIS錯誤處理AI
- 使用命令登入harbor報錯authentication required解決方法UI
- flutter install安裝app時,出現INSTALL_FAILED_NO_MATCHING_ABIS: INSTALL_FAILED_NO_MATCH錯誤的原因FlutterAPPAI
- mvn install 命令
- AIX 5.3 Install Oracle 10g RAC 錯誤集錦AIOracle 10g
- 解決pod install update很慢的問題
- 使用 sudo 命令出現錯誤
- Xcode更新後Pod init出錯的解決方案XCode
- 如何處理錯誤訊息Please install the Linux kernel header filesLinuxHeader
- 如何處理錯誤訊息Please install the gcc make perl packagesGCPackage
- Pycharm:設定完Anaconda後報錯TypeError: an integer is required (got type bytes)PyCharmErrorUIGo
- [20180302]使用find命令小錯誤.txt
- npm install 報錯NPM
- yarn install 遇到的錯誤訊息 - Error EPERM operation not permitted, open .yarnrcYarnErrorMIT
- 記錄安裝conda install Python庫時報No module named ‘tensorflow‘錯誤Python
- kb get pod -o wide命令IDE
- PHP安裝後錯誤處理PHP
- 執行npm install 和 yarn 命令時報錯找不到python環境NPMYarnPython
- thinkphp console 命令列列印錯誤呼叫堆疊PHP命令列
- Linux檢查硬體錯誤工具—mcelog命令Linux
- Android switch語句報錯Constant expression requiredAndroidExpressUI
- npm install 報錯解決NPM