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: iOS build stage to install app on simulator #18839

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

siddarthkay
Copy link
Contributor

@siddarthkay siddarthkay commented Feb 15, 2024

fixes #18836

Summary

While introducing #18784 I missed out on adding an install step to run-ios.sh script.

make run-ios would work fine for simulators that already have the app installed but would fail for new emulators.
@flexsurfer discovered this problem.

This PR fixes that by adding an install step to the script.

Review notes

  • make run-clojure
  • make run-ios
    should just work.

Platforms

  • iOS

status: ready

@status-im-auto
Copy link
Member

status-im-auto commented Feb 15, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 0927a67 #1 2024-02-15 11:41:57 ~5 min tests 📄log
✔️ 0927a67 #1 2024-02-15 11:44:05 ~7 min ios 📱ipa 📲
✔️ 0927a67 #1 2024-02-15 11:44:31 ~7 min android-e2e 🤖apk 📲
✔️ 0927a67 #1 2024-02-15 11:44:51 ~7 min android 🤖apk 📲

Copy link
Contributor

@FFFra FFFra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@siddarthkay siddarthkay merged commit e6ea8ae into develop Feb 15, 2024
6 of 7 checks passed
@siddarthkay siddarthkay deleted the fix-run-ios-build-step branch February 15, 2024 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

[iOS] local build stage would fail when Simulators would not have the app installed
5 participants