-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Xcode Error 70 when building on latest MacOS & iOS #737
Comments
Have you tried to get logs with |
Here are the logs with Logs with showXcodeLog
Looks like somehow the error changed to an Xcode 65 error. Seems like it's now a certificate/profile issue? |
yes, this is by xcodebuild. It indicates the xcodebuild was not able to build WDA for the certificate/device issue.
|
Any guidance on how I can further dissect the issue? I went over the setup/signing process written in Appium configuration |
The issue itself is by xcodebuild, so what we could advise as our best is in the configuration page. e.g.
https://appium.github.io/appium-xcuitest-driver/latest/preparation/real-device-config/
|
I keep running into an
xcode 70
error when running appium with WebDriverAgent.Xcode error when running pytests
Appium server logs
I followed all the instructions on the real device config setup, and it was working nicely on the previous version of MacOS.
I just upgraded my system to the following versions:
I am also running the following versions:
It doesn't work on either driver (XCUITest nor Flutter).
I have also tried using appium inspector, and same thing occured.
I've looked into this issue but wasn't able to fix my problem from it:
The text was updated successfully, but these errors were encountered: