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

Using WDA without Xcode, WDA is crash. #917

Closed
aliex332 opened this issue Jul 17, 2024 · 3 comments
Closed

Using WDA without Xcode, WDA is crash. #917

aliex332 opened this issue Jul 17, 2024 · 3 comments

Comments

@aliex332
Copy link

aliex332 commented Jul 17, 2024

No description provided.

@KazuCocoa
Copy link
Member

KazuCocoa commented Jul 17, 2024

You would need to see the crash logs/device logs.
(I haven't seen the behavior on my environment so far)

@KazuCocoa
Copy link
Member

Afaik, it usually occurs if the device hasn't enabled developer mode to run XCTest.
https://appium.github.io/appium-xcuitest-driver/latest/preparation/real-device-config/

The reason is iOS blocks the reference. I'm not sure iOS 15.8 case, but the same error occurs in iOS 15.8, potentially the OS version started having the same limitation internally. Then, I guess your WDA module needs to keep the XCTest frameworks in the WDA package for the device only.

@KazuCocoa
Copy link
Member

I try with Developer Mode
i try with XCtest before, but same crash.

Then, it looks like you might need to report it to Apple since vanilla XCTest also failed after https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device rather than here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants