FlutterFlow・エラー
Push Notifications
Bundle IDに別途、ImageNotificationを末尾に追加した Identityの設定が必要だった。
Error (Xcode): Signing for "ImageNotification" requires a development team. Select a development team in the Signing & Capabilities editor. /Users/builder/clone/ios/Runner.xcodeproj
Flutter
VSCode上でDebugビルドした時、SVGの画像が取得できない
Target Platform macOS is not yet supported by the maps plugin flutterflow
webに対応していないパッケージを使い、デバッグしようとしたからと思われる。
何故か、macOSとなっている。
参照できないReferenceでドキュメント取得しようとすると、Loading状態で止まってしまった
Swift Compiler Error (Xcode): Attribute can only be applied to declarations, not types /Users/builder/.pub-cache/hosted/pub.dev/app_settings-5.2.0/ios/app_settings/sources/app_settings/AppSettingsPlugin.swift:5:43
app_settings: ^5.1.1 ではなく、^を外し以下の設定を行う。
app_settings: 5.1.1
デプロイ関連
Uploading App Bundle /home/builder/clone/build/app/outputs/bundle/release/app-release.aab to Google Play failed.
The Android App Bundle was signed with the wrong key. Found: SHA1:
internal testing releaseで、Change signing keyをする。
Choose Google Recommend Signing keyを選択