-
Notifications
You must be signed in to change notification settings - Fork 10
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
#2627 Use Xcode16 in sempahoreci #2628
Conversation
Build still fails after changing fastfile & semaphoreci configuration. |
It builds well, but error happens when appium tries to connect to |
I still think build fails because |
I tried to run tests locally with Xcode 16 stable and they work well, can be just some CI-specific issue, which I hope can be fixed, as it would be great to have CI builds completed in 7 minutes instead of 30 :) |
Hi @ioanmo226, I found reason for tests failure on Semaphore, but still can't find fix for it - Appium opens iOS simulator using The same happens on Semaphore M1 machines with Xcode 15, so it's not Xcode 16 specific issue. Locally this command works well on M1, can be some Semaphore machine security settings restricting running apps from root |
Aha, I see |
I think this might be the correct for our case? |
Not sure about it, as Semaphore machines should be able to run Xcode and simulators for UI tests. |
Hi @ioanmo226, I think with current Semaphore configuration where |
That sounds good. |
Hi @ioanmo226, It should be possible to build app for both architectures, I've tried to do it by adding ARCHS='x86_64 arm64' VALID_ARCHS='x86_64 arm64' build args, but they didn't work, will need to check it further. |
This PR uses Xcode16 in sempahoreci
close #2627 // if this PR closes an issue
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):