|
|
|
|
|
by kaeawc
4194 days ago
|
|
How are you dealing with the XCode 6 bug where iOS Simulator can't be used for tests over SSH sessions? We're using Java Web Start with Jenkins, I've read others using LaunchAgents with mixed success. Also, what versions of iOS Simulator are you supporting? I looked here (https://circleci.com/docs/configuration) in the docs, but I'm not seeing anything for iOS. |
|
We originally tried with named pipes (a process via LaunchAgent), but it made it much harder for our customers to modify the build command without understanding our secret incantations.
As far as SDKs, we have 7.0, 7.1, and 8.0. Thanks for highlighting that the docs are missing that!