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

Retargeting iOS 7.0 and fixing issues with UISwitch accessor #9

Closed
wants to merge 0 commits into from
Closed

Conversation

garyjohnson
Copy link
Contributor

Updated FurterApp to 7.1 and launching cukes against 7.1 to ensure compatibility. UISwitch was broken (moredip/Frank#271) so I moved to use tap and hold gesture instead of touch.

@garyjohnson
Copy link
Contributor Author

It's not clear to me why Travis CI is failing here. Is there some manual setup to be done due to the iOS 7 move?
(Also I didn't know Travis could do iOS automation, that's pretty impressive)

@leviwilson
Copy link
Owner

I'll have to look at it later. Initially, I was just running on an OSX VM that required little setup in my .travis.yml. I'll have to look into what else I need to do?

@garyjohnson
Copy link
Contributor Author

Ah okay, I didn't realize how the CI was setup. Probably you'll need to update Xcode to 5.1 and install the 7.1 simulator if that's not done. Let me know if I can provide assistance of any kind.

@leviwilson
Copy link
Owner

I'm guessing it has to do with using the iOS 7 simulator with the sim_launcher command. The output looks like it's some issue with using accessibility on the simulator:

https://travis-ci.org/leviwilson/furter#L308

I'll probably have to figure out a way from the terminal to update the security in the .travis.yml for it to pass :(

@garyjohnson
Copy link
Contributor Author

Resubmitting pull request using feature branch

@garyjohnson garyjohnson closed this Apr 1, 2014
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

Successfully merging this pull request may close these issues.

2 participants