flutter/ios

Flutter/iOS iOS でホーム画面に表示されるアプリ名はどこで決まるのか?変更するには? Flutter アプリを iOS 版ビルドに必要な手順のまとめ(debug/release)と TestFlight に上げるまで Flutter の環境分けの新時代 Allow .xcworkspace and .xcodeproj to be renamed from default name ‘Runner’ #124533 (Runner から名称の変更) $PRODUCT_NAME 1 PRODUCT_NAME = "$(TARGET_NAME)";

2024年6月18日 · 1 分

Appium

Appium Appium + Android で ネイティブアプリの自動実行を試してみた Appium を使って、リグレッションテストを自動化する リグレッションテスト(回帰テスト)とは|目的や重要性、実施のポイント 【Appium】モバイルアプリのテストを自動化する [2020 年 2 月版] Mac で Appium を動かしてみる (iOS シミュレーターでサンプル実行まで) Appium を使って Android/iOS アプリの試験を自動化 [Set up] appium 2.x in Mac for iOS APP (Ventura) WARN AppiumDoctor ✖ adb, android, emulator could NOT be found in C:\work\Android\sdk!: https://qiita.com/jyunji_watanabe/items/32c582c2c630873953ee インストール JDK Android Studio Xcode brew npm Carthage Appium Appium Driver JDK https://www.oracle.com/java/technologies/downloads/#java20 ARM64 DMG Installerのインストール: 1 2 # .zshrc export JAVA_HOME=JAVA_HOME=$(/usr/libexec/java_home) 1 2 3 4 % java -version java version "22.0.1" 2024-04-16 Java(TM) SE Runtime Environment (build 22.0.1+8-16) Java HotSpot(TM) 64-Bit Server VM (build 22.0.1+8-16, mixed mode, sharing) Android Studio Mac with Apple Chip でインストール ...

2024年4月25日 · 6 分

Flutter

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.6, on macOS 14.4.1 23E224 darwin-arm64, locale ja-JP) [!] Android toolchain - develop for Android devices (Android SDK version 34.0.0) ✗ cmdline-tools component is missing Run `path/to/sdkmanager --install "cmdline-tools;latest"` See https://developer.android.com/studio/command-line for more details. ✗ Android license status unknown. Run `flutter doctor --android-licenses` to accept the SDK licenses. See https://flutter.dev/docs/get-started/install/macos#android-setup for more details. [!] Xcode - develop for iOS and macOS (Xcode 15.3) ✗ CocoaPods not installed. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To install see https://guides.cocoapods.org/using/getting-started.html#installation for instructions. [✓] Chrome - develop for the web [✓] Android Studio (version 2023.2) [✓] VS Code (version 1.88.1) [✓] Connected device (3 available) [✓] Network resources ! Doctor found issues in 2 categories. The Flutter CLI developer tool uses Google Analytics to report usage and diagnostic data along with package dependencies, and crash reporting to send basic crash reports. This data is used to help improve the Dart platform, Flutter framework, and related tools. Telemetry is not sent on the very first run. To disable reporting of telemetry, run this terminal command: flutter --disable-analytics If you opt out of telemetry, an opt-out event will be sent, and then no further information will be sent. This data is collected in accordance with the Google Privacy Policy (https://policies.google.com/privacy).

2024年4月25日 · 2 分

XCode: A valid provisioning profile for this executable was not found

原因 時間がおかしい(有効期限切れ) Legacy Build System にする (File >Project Settings...>Build System) (今回はこれ) テスト実機端末のスキーマがおかしい(Products > Schema > Edit Schema で Run, Profile の Build Configuration を DEBUG にする) ~/Library/MobileDevice/Provisioning Profiles 1 2 3 4 % ls -l ~/Library/MobileDevice/Provisioning\ Profiles total 456 -rw-r--r-- 1 hdknr staff 10352 4 17 13:52 0179a51b-7303-4fef-b1a0-4a3cf541b737.mobileprovision ..... 記事 【Xcode】ビルドは成功するが、実機にインストールできない問題 エラー:A valid provisioning prof… の対処法 Unable to install iOS app on device. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653179 Easy fix! “A valid provisioning profile for this executable was not found” A valid provisioning profile for this executable was not found

2021年4月24日 · 1 分