Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: BulletinBoard property list not found. #124

Open
jay-athelas opened this issue Jun 13, 2024 · 0 comments
Open

Error: BulletinBoard property list not found. #124

jay-athelas opened this issue Jun 13, 2024 · 0 comments
Labels

Comments

@jay-athelas
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant