-
Notifications
You must be signed in to change notification settings - Fork 15
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
linker command failed with exit code 1 (use -v to see invocation) #18
Comments
Same here, macOS High Sierra, Xcode 10.1. Full error: |
Hi @ngbrito, @brian-leidos, This problem is related to support for XCode 10 see #14 and this Basically some classes are moved from public XCTest framework to private XCTAutomationSupport one. In order to be able to compile WDA with new XCode we need to either:
The next week I will be uploading a PR to try to solve this problem. Regards. |
Hello @guadaran Can you tell me how can I fix that? Tx |
Hello @guadaran I managed how to link the frameworks but now, I'm getting the following error: ld: warning: directory not found for option '-L/Users/bnatali/Library/Developer/Xcode/DerivedData/WebDriverAgent-ddbnatzwdhypxzfdluybevbwoynr/Build/Products/Debug-iphoneos/SDVersion' Can you help? |
Hello @guadaran , I could fix that issue too. Now, I got this: Signing for "WebDriverAgentRunner" requires a development team. Do you have any idea? |
@ngbrito would you mind posting details of what you changed? |
@ngbrito I will be appreciated too, if you share details how you resolved this issues. |
Can you tell me how to operate the following two steps
|
Hello Guys,
Im getting above message and cant fix it. Already performed the changes suggest in readme but without any success.
Can u help?
Tx
The text was updated successfully, but these errors were encountered: