-
Notifications
You must be signed in to change notification settings - Fork 983
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
ci: fix what version is set for iOS PR builds #10907
Conversation
Jenkins BuildsClick to see older builds (25)
|
d712fe5
to
9064159
Compare
Fails in a way that gives no useful information:
|
The #!/bin/sh
#!/usr/bin/env bash
source "${PROJECT_DIR}/scripts/set_xcode_version.sh" Which is our own script: |
9064159
to
309cfb9
Compare
f39b5e4
to
e6de12a
Compare
Okay, managed to get some logs out of it:
|
e6de12a
to
50e2a80
Compare
Oh snap, I think I fixed it. The newest iOS build worked on my iPhone 5s that previously didn't work. @churik can you check this one? |
50e2a80
to
8d1b3a9
Compare
Tried last build https://i.diawi.com/ffy3yR - doesn't work, #10904 - the same problem |
Works for me with lat build https://i.diawi.com/Pfbwmc , can install app and create account |
8d1b3a9
to
619a353
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Failed e2e are not related to PR |
Signed-off-by: Jakub Sokołowski <jakub@status.im>
619a353
to
b95056f
Compare
Related to #10904. Testing if using the right version might fix the iOS PR builds.
Also changes
ios/scripts/set_xcode_version.sh
to fix an issue with:Not sure how that was caused, so I'd prefer if someone from Core tested the iOS build locally.
Related: https://github.com/status-im/status-react-jenkins/pull/10