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

WDA won't run for expect #976

Closed
wbbk opened this issue Jan 21, 2025 · 1 comment
Closed

WDA won't run for expect #976

wbbk opened this issue Jan 21, 2025 · 1 comment

Comments

@wbbk
Copy link

wbbk commented Jan 21, 2025

Xcode Version 16.2
WebDriverAgent Version 9.0.1

https://www.cnblogs.com/AirtestProject/p/18534615
https://zhuanlan.zhihu.com/p/673319266

In order to enable WDA to boot without Mac computers and XCode, I reviewed the documentation for the two links mentioned above and implemented them. However, I have found that there are related issues. When building the WDA package, the files starting with XC have been removed. When using multiple different versions of systems such as iOS 15, iOS 16, iOS 17, etc., clicking on the WDA app on the mobile end will cause a crash phenomenon. This is one of the phenomena, and there is even another more strange phenomenon. When my phone is running the above app, if I connect to XCode and open the WDA related project at this time, there is no need to build the app on the computer. When the app on the phone is clicked again, it will start normally and an automation running related floating layer prompt will appear.
Urgent, I am looking for everyone's help.

@KazuCocoa
Copy link
Member

Have you mounted the device as a debug session like #944 (comment) ? An iOS device doesn't allow access to XCTest frameworks on the device's local reference. This is device side limitation. (When you run WDA on a device via Xcode, Xcode does this.) This is device side's requirement

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