AppSeedのアプリ開発ブログ

アプリ開発会社AppSeed(アップシード)開発担当のブログです。iOS、Android、Unity、Cocos2d-xなどアプリ開発関連のTipsや備忘録、アプリ開発に役立つ情報を発信します。

Google広告アプリキャンペーンのポリシー違反「不明なビジネス」に関する対処法のメモ

最近、Google広告に広告出稿していたアプリで「不明なビジネス」のポリシー違反の判定を受けてしまい、解決までに結構時間がかかってしまい厄介だったので今後のために記録として残しておきたいと思います。

【Flutter】Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.

最近、FlutterとKotlinの勉強を開始しました。 参考書を見ながら勉強を進めていたところ、今まで遭遇していないエラーが発生したので今後のためにメモとして残しておきたいと思います。 【Flutter】Module was compiled with an incompatible version of Kot…

【iOS】ITMS-90078: Missing Push Notification Entitlementに関する対処法に関するメモ

最近、あるアプリでAppStoreConnectへバイナリをアップロード後に以下のようなメールがくることが多くなってきたので、対処法をメモしておきたいと思います。We noticed one or more issues with a recent delivery for the following app: Version Build Al…

【Unity】AppleEventIntegration.bundle は壊れているため開けません。...に関する対処法のメモ

最近、久しぶりに開いたUnityプロジェクトで、以下のエラーが出てビルドができない状態になりました。“AppleEventIntegration.bundle”は壊れているため開けません。 ゴミ箱に入れる必要があります。こちらキャンセルしても何度も出てくる感じなので、対処法…

【iOS】Undefined symbols: Linker command failed with exit code 1 (use -v to see invocation)の対処法に関するメモ

iOS

最近iOSプロジェクトをビルド時に上記のエラーが出て少々苦戦したので今後のためにメモとして残しておきたいと思います。 Undefined symbols: Linker command failed with exit code 1 (use -v to see invocation)

【iOS】アプリビルド時に「File not found: /Applications/Xcode.app/Contents/Developer...」のエラーが出る場合の対処法

最近久しぶりに開いたiOSアプリのプロジェクトでビルド時に以下のようなエラーが出ました。今回はこのエラーの対処法についてメモとして残しておきたいと思います。File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xct…

【Android】This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project...の対処法

Androidアプリを開発時に以下のようなエラーが出てビルドエラーになってしまったので、今後の参考のため、対処した内容をメモしておきたいと思います。 This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this…

【iOS】Invalid Signature. A sealed resource is missing or invalid. エラーの対処法に関するメモ

Invalid Signature. A sealed resource is missing or invalid. The file at path "アプリ名" is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certific…

【Unity】An overlay with id (Scene View/Camera) was already registered to window のエラーの対処法に関するメモ

An overlay with id (Scene View/Camera) was already registered to window 最近、2年前くらいに作ったアプリのUnityプロジェクトのエディターをアップデートしたところ、上記のようなエラーが大量に出てビルドできない状態になりました。今回はその対処法…

Missing signing identifier at 〇〇 Failed to cloud sign ××のエラー対処法に関するメモ

アプリ開発を長年続けていても、いまだに今まで遭遇したことのないエラーに遭遇すると焦ります。最近上記のようなエラーが発生してしまい困ったので今後の為にメモとして残しておきたいと思います。