Sdk introduces build errors
If you experience build errors when deploying the SDK, follow these steps:
iOS
1. Make sure Xcode, CocoaPods, and Carthage are the recommended version
Basically, the latest version of Xcode/ CocoaPods / Carthage is recommended.
Tip: Deploying the SDK / Prerequisites
2. Clean projects, reinstall Pods, etc.
Xcodeを一度Cleanし、Derived Dataを削除、再起動すると問題が解決することがあります。
あわせてPodsディレクトリの削除と pod install
の再実行もお試しください。
3. Make sure the modules you expect are installed correctly
Podfile.lockを開きインストールされたモジュールのバージョンを確認してください。
古いモジュールがインストールされてしまう場合、 pod repo update
でpodリポジトリの更新を行った後に pod update #{ModuleName}
などでモジュールを最新化してください。
Android
1. Android Studio / Gradle / Android Gradle Plugin などが推奨バージョンか確認する
Tip: Deploying the SDK / Prerequisites
2. Android Gradle Plugin と Gradle のバージョンの組み合わせが正しいか確認する。
Android Gradle Pluginのバージョンによって、要求する Gradle のバージョンが変わります。
正しい組み合わせになっているか公式サイトの 「Gradle のアップデート」情報からご確認ください。
3. プロジェクトのクリーンを行い、キャッシュを削除する
Restarting Android Studio with Clean Project or Invalidate Caches may resolve the issue.
If the problem persists
Information necessary for researching the native SDK / Please contact us from chat support with information for research based on the native app build environment.
Updated over 1 year ago