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

Fix Broken Test Scheme #261

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Fix Broken Test Scheme #261

merged 1 commit into from
Feb 22, 2024

Conversation

zombieobject
Copy link
Contributor

This change fixes a broken Xcode scheme that was used for running tests using xcodebuild as well as interactively within Xcode itself.

These changes now address the following:

  • It is now possible to run tests interactively by selecting the XMTP target in Xcode and then CMD + U. Interactive debugging will make it easier to fix broken tests going forward.
  • This scheme can now be used in a forthcoming GitHub workflow
  • This scheme can now be used locally by issuing the following command from the CLI:
xcodebuild test -scheme XMTP -destination "platform=iOS Simulator,name=iPhone 15"

@zombieobject zombieobject added the bug Something isn't working label Feb 21, 2024
@zombieobject zombieobject self-assigned this Feb 21, 2024
@zombieobject zombieobject requested a review from a team as a code owner February 21, 2024 19:50
@zombieobject zombieobject enabled auto-merge (squash) February 21, 2024 19:53
@zombieobject zombieobject merged commit 0b18fff into main Feb 22, 2024
1 check passed
@zombieobject zombieobject deleted the fixes/update-test-scheme branch February 22, 2024 15:03
kele-leanes pushed a commit that referenced this pull request Feb 23, 2024
kele-leanes pushed a commit that referenced this pull request Feb 23, 2024
kele-leanes pushed a commit that referenced this pull request Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants