Skip to content

Conversation

bennycode
Copy link
Member

@bennycode bennycode commented Oct 20, 2025

Add iOS CI build using Xcode 26.1 and expo prebuild to run tests on pushes and pull requests

  • Add iOS CI workflow in test-ios.yml that selects Xcode 26.1, installs Node via .nvmrc, installs yarn dependencies, runs expo prebuild for iOS, runs CocoaPods, and builds the example app

  • Add e2e:ios:build script and update Android prebuild flags in package.json

  • Ignore example/ios/ in example/.gitignore

  • Remove placeholder Swift file in noop-file.swift

📍Where to Start

Start with the GitHub Actions configuration in test-ios.yml to review the CI job steps and environment setup.


📊 Macroscope summarized a609c9e. 0 files reviewed, 0 issues evaluated, 0 issues filtered, 0 comments posted

🗂️ Filtered Issues

No issues evaluated.

@bennycode bennycode requested a review from a team as a code owner October 20, 2025 22:38
Copy link

changeset-bot bot commented Oct 20, 2025

⚠️ No Changeset found

Latest commit: a609c9e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

macroscopeapp bot commented Oct 20, 2025

Add an iOS tests CI workflow that builds the example app on macOS 15 with Xcode 26.1 and runs the e2e:ios:build script

  • Add a GitHub Actions workflow that runs on push to main and on pull_request, sets concurrency and environment variables, targets macOS 15, selects Xcode 26.1, installs dependencies, and executes yarn e2e:ios:build in ./example in test-ios.yml
  • Add e2e:ios:build to example/package.json to run expo prebuild --platform ios and update the Android e2e build to use a platform-specific prebuild in package.json
  • Update ignore rules to exclude example/ios/ and keep web-build/ ordering in example/.gitignore

📍Where to Start

Start with the workflow definition in test-ios.yml to review triggers, environment, and the build steps for iOS.


Macroscope summarized 2152e30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant