-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can I add this to a iOS project? #68
Comments
You should be able to link this against anything, however if you are writing a test for an iOS app, it probably still needs to compile to run on a Mac, unless you really want to execute tests from a mobile app. |
The iOS version will work, but you'll have to use a remote selenium server on another machine or a cloud provider (like Sauce Labs) as the iOS version runs in the iOS Simulator or on a device connected to your machine. |
i add this framework to my iOS test tartget ,i build my project but error: symbol(s) not found for architecture arm64 |
@jobsyu, are you sure that you want to compile this into an iOS app? You need to use something like Appium to actually run the tests. This library won't run a Selenium server from your app. |
I want to test an iOS project. Is it possible to add this framework to my iOS test target instead of an OS X project? Thanks
The text was updated successfully, but these errors were encountered: