wix/AppleSimulatorUtils

Error: BulletinBoard property list not found.

Opened this issue · 0 comments

Description

trying to get simulator in github actions to run with applesimutils,
using futureware-tech/simulator-action@v3 to boot the ios sim
this is the workflow

´´´

  • name: Use emulator
    uses: futureware-tech/simulator-action@v3
    with:
    model: 'iPhone 14'
    udid: BDA7DDA5-EE5D-4828-9F95-9DAA90C0639C

    • name: print outputs
      run: |
      rustc --version
      ruby --version
      pod --version
      /usr/bin/xcodebuild -version
      dart --version

    • name: Install applesimutils
      run: |
      brew tap wix/brew
      brew install applesimutils

    • name: Enable sim permissions
      run: applesimutils --byId BDA7DDA5-EE5D-4828-9F95-9DAA90C0639C --bundle com.athelas.scribe.Athelas-Scribe --setPermissions notifications=YES

    • name: Run tests
      run: |
      flutter test integration_test/mobile_test.dart
      -d "iPhone 14"
      --dart-define=E2E_TESTS=true
      --dart-define-from-file="secrets.json"
      --verbose
      ´´´

Steps to Reproduce
Steps to reproduce the behavior:

  • Run a ci job in github actions

  • use emulator

    - name: Use emulator
      uses: futureware-tech/simulator-action@v3
      with:
        model: 'iPhone 13'
        udid: BDA7DDA5-EE5D-4828-9F95-9DAA90C0639C

run applesimutils

- name: Enable sim permissions
      run: applesimutils --byId BDA7DDA5-EE5D-4828-9F95-9DAA90C0639C --bundle com.athelas.scribe.Athelas-Scribe --setPermissions notifications=YES

Expected Behavior
Run the command with no error output

Screenshots

Screenshot 2024-06-13 at 12 10 07 PM

Environment

  • macOS version: 13
  • Xcode version: Xcode 15.0.1