pod lib lint 報錯問題

2022-09-14 13:57:12 字數 1150 閱讀 8925

pod lib lint ***.podspec --verbose --use-libraries --allow-warnings

備註:--verbose:丟擲錯誤資訊

--use-libraries: 使用私有.a 或者framework

--allow-warnings: 忽略警告

本地驗證通過之後,再把**,檔案提交到伺服器

$ pod spec lint

或者(--verbose 可以顯示詳細錯誤資訊)(--use-libraries 有引入私有.a / framework 包)

$ pod spec lint --use-libraries --verbose

或者 (--allow-warnings 忽略警告資訊繼續操作)

$ pod spec lint --allow-warnings

$ pod trunk push ***.podspec

或者(--allow-warnings 忽略警告提交)

$ pod trunk push ***.podspec --allow-warnings

上傳驗證時如果遇到以下錯誤

- error | [ios] xcodebuild: returned an unsuccessful exit code. you can use `--verbose` for more information.

- note | xcodebuild: note: using new build system

- note | xcodebuild: note: building targets in parallel

- note | xcodebuild: note: using codesigning identity override: -

- note | [ios] xcodebuild: note: planning build

- note | [ios] xcodebuild: note: constructing build description

後面再追加下面驗證指令--skip-import-validation

MFC DDX Control 報錯問題

mfc 實現控制項id和控制項變數的繫結 ddx control 實現子類化的。有時候報錯了。原因總結如下 1 id 號在resource.h 是否重複。重複了要注意是不是乙個是不用的,如果另外乙個id 不使用,重複無影響。2 在多專案工程的解決方案中,修改了標頭檔案,資源檔案,不能只編譯當前專案,...

npm報錯問題

從coding上clone專案,執行npm run dev報錯,然後發現是依賴沒下好,再執行npm install繼續報錯,截圖如下 去網上搜尋發現解決方法 來自飛奔的波大爺 報錯 npm err unexpected end of json input while parsing near ver...

網頁報錯問題

表示臨時響應並需要請求者繼續執行操作的狀態碼。100 繼續 請求者應當繼續提出請求。伺服器返回此 表示已收到請求的第一部分,正在等待其餘部分。101 切換協議 請求者已要求伺服器切換協議,伺服器已確認並準備切換。表示成功處理了請求的狀態碼。200 成功 伺服器已成功處理了請求。通常,這表示伺服器提供...