Skip to content
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

Open
bagusflyer opened this issue Mar 24, 2015 · 4 comments
Open

Can I add this to a iOS project? #68

bagusflyer opened this issue Mar 24, 2015 · 4 comments

Comments

@bagusflyer
Copy link

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

@JamieEdge
Copy link
Contributor

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.

@penguinho
Copy link
Contributor

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.

@jobsyu
Copy link

jobsyu commented Nov 2, 2015

i add this framework to my iOS test tartget ,i build my project but error: symbol(s) not found for architecture arm64

@JamieEdge
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants