You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: