-
Notifications
You must be signed in to change notification settings - Fork 268
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
ant build broken with Xcode 4 #61
Comments
I know we have to use Xcode 5 because of changes to the build server, but it would be ideal if there was someway to have both xcode4 and xcode5 be able to build. |
We'd just have to find a way to detect Xcode5 vs 4 and run a slightly different cmd-line for tests. . perhaps the existence of a file? On Sep 1, 2013, at 4:36 AM, Robert Gilliam [email protected] wrote:
|
We could also use |
Oh, nice. That will work :) On Sep 4, 2013, at 8:05 AM, Robert Gilliam [email protected] wrote:
|
I don't know about you but at this point I'm OK with not fixing. |
I'm ok with just Xcode5-based CI builds. |
The text was updated successfully, but these errors were encountered: