uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger如圖,出現以下狀況時請升級 ActiveSupport (可能也要更新 ruby 和 gem)Jan 23Jan 23
切換 cocoapods版本 : pod _1.12.1_ setup安裝指定版本 cocoapods : sudo gem install cocoapods -v 1.12.1Jan 22Jan 22
Error: pod: Command failed with exit code 1不管裝到哪個 plugin 都會遇到這個錯誤的話,在 config.xml 的 ios tag裡面加上下面這行試試看Nov 19, 2024Nov 19, 2024
BoringSSL-GRPC unsupported option ‘-G’ for target ‘arm64-apple-ios’iOS開發、Cordova 或 Flutter都可能遇到,可能是 xCode升級後,專案的 pod太舊導致編譯錯誤。我解決的方式是更新Cocoapods (這一步看錯誤訊息決定要不要做)、更新 Cocoapods的 repository,然後重裝專案的…Sep 27, 2024Sep 27, 2024
JavaScript Date在iOS下,要用 ISO 8601 的標準格式,轉換出來才會正確: YYYY-MM-DDTHH:mm:ss.sssZ (.sssZ 可以不用)Jun 20, 2024Jun 20, 2024
[Cordova][mac] YPImagePicker引發的問題Stored properties cannot be marked unavailable with ‘@available’Jun 12, 2024Jun 12, 2024
[Vue] Uncaught SyntaxError: Unexpected token ‘<’路徑的設定導致檔案載不到,檢查檔案載入的路徑是否寫錯,或是 vue.config.js 裡面的 publicPath項目是 `./` 或是 `/` ?Jan 23, 2024Jan 23, 2024