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
This is just a PoC. The way you could use it in your project depends on which of your binaries use APIs from XCTAutomationSupport.
Basically you need to link a fake library with a name from the LC_SUB_CLIENT load command passing -reexport_framework XCTAutomationSupport to the linker. Then you could use this fake library whenever you need to link with XCTAutomationSupport.
Hi! can you give step-by-step on how to do it? should we build from xcode first?
The text was updated successfully, but these errors were encountered: