1、固化私有組件報錯 - ERROR | [iOS] unknown: Encountered an unknown error (Alamofire requires CocoaPods version >= 1.12.0 , which is not satisfied by your current version, 1.11.2 .
-xxxxx
這個剛開始有點奇怪,因為如下圖:

image.png
父級目錄為1.15.2,而子級就變成1.11.2了,后來發(fā)現是因為在Gemfile.lock文件中有記錄

image.png
于是需要做的就是刪除這個文件

image.png
之后正常進行固化即可。
2、上傳Apple Store Connect 報錯:App Store Connect access for " ---- team name ---" is required. Add an account in Accounts settings.

image.png
解決方案:關閉各種代理VPN,然后重啟xCode,并重試上傳。