-
Notifications
You must be signed in to change notification settings - Fork 174
Using addDefaultXCTestPrivateActions
does not work in Xcode 10.2
#75
Comments
@fbernutz I did some research and as it has been mentioned in #73 the I've already marked this issue with "help wanted". Sorry for not having more positive update 😞 |
Hello, when can it be solved? |
Maybe add this to the project description so people don't spend time trying to get this running? |
This is not working efficiently anymore with Xcode 10.2 (zalando/SwiftMonkey#75)
This issue still persists on public Xcode 10.2. Any further help here? |
Hey, I'm afraid there is no solution since this function was relying on an API that has been removed by Apple. You could try using |
Found a workaround per this post Simply replacing your XCTest.framework on xcode 10.2 with an older version (i tried xcode 10.1) will work. Look for the framework at the following path:
|
xcode 10.2 also not work use .addDefaultXCTestPrivateActions . |
I tried to run the example project in Xcode 10.2 but it seems like
monkey.addDefaultXCTestPrivateActions()
is not working with this Xcode Version, while usingmonkey.addDefaultUIAutomationActions()
works fine."Not working" means, you can not see any paws and nothing happens while running the UITest.
Maybe you have an idea why it's not working?
The text was updated successfully, but these errors were encountered: