2021-01-01から1年間の記事一覧

シミュレータ用のビルド時に"The linked library 'xxx' is missing one or more architectures required by this target: arm64."エラー

環境 macOS 11.6 (20G165) Xcode 13.0 (13A233) 症状 シミュレータ用にアプリをビルドすると以下のエラーが表示され、アプリが使用しているライブラリでシミュレータでは不要なはずのarm64バイナリを要求される。 The linked library 'xxx' is missing one o…

'"xxx" Needs to Be Updated: The developer of this app needs to update it to work with this version of iOS' error on iOS 15

iOS

Problem When you install the app from IPA file, it cannot run on iOS 15 with following error. "xxx" Needs to Be Updated The developer of this app needs to update it to work with this version of iOS Solution It's cause of old version of cod…

iOS 15でアプリを起動すると「"xxx"はアップデートの必要があります」というメッセージが表示されて起動できない

iOS

症状 iOS 15でアプリを起動すると、以下のようなエラーメッセージが表示されてアプリを起動できない。 "xxx"はアップデートの必要があります AppをこのバージョンのiOSで動作させるには、デベロッパによるアップデートが必要です。 原因 macOS 10.15以下の環…

Context menu (Action Mode) of WebView cannot customized on Android 12

Environment Pixel 3a Android 12 beta 5 (Build No. SPB5.210812.002) Problem Usually, context menu of WebView can customized by below. Create new subclass of WebView. Override onActionModeStarted() method on the new subclass. Edit menu of Ac…

Android 12でWebKit上のコンテキストメニュー(Action Mode)の変更が反映されない

環境 Pixel 3a Android 12 beta 5 (ビルド番号 SPB5.210812.002) 症状 AndroidでWebKit上のコンテキストメニューをカスタマイズする場合、WebKitクラスを継承したサブクラスを作成し、そこで以下のようにonActionModeStarted()をオーバーライドする。 @Overr…