Tadeas Kriz commented on Feature Request AGIOS-72

From what I've found, this line: https://github.com/aerogear/aerogear-ios/blob/master/travis/script.sh#L4 should be just:
xctool -workspace AeroGear-iOS/AeroGear-iOS.xcworkspace/ -scheme AeroGear-iOS test
because AFAIK the second scheme is not needed. After this, there might still be a problem with running the tests (it'll say there are no tests and succeed). That's a bug in xctool: https://github.com/facebook/xctool/issues/170 and if the "xctool" is just replaced with "xcodebuild", it works properly.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira