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

ant build broken with Xcode 4 #61

Closed
rhgills opened this issue Aug 31, 2013 · 6 comments
Closed

ant build broken with Xcode 4 #61

rhgills opened this issue Aug 31, 2013 · 6 comments

Comments

@rhgills
Copy link
Contributor

rhgills commented Aug 31, 2013

ant build-publish-dry-run

...

__build.library.ios.simulator:
     [exec] 2013-08-31 13:35:01.213 xcodebuild[48077:1207] XcodeColors: load (v10.1)
     [exec] 2013-08-31 13:35:01.214 xcodebuild[48077:1207] XcodeColors: pluginDidLoad:
     [exec] xcodebuild: error: SDK "iphonesimulator7.0" cannot be located.

BUILD FAILED
/Users/rhgill/Code/Typhoon/build.xml:89: exec returned: 64
@rhgills
Copy link
Contributor Author

rhgills commented Aug 31, 2013

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.

@jasperblues
Copy link
Member

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:

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.


Reply to this email directly or view it on GitHub.

@rhgills
Copy link
Contributor Author

rhgills commented Sep 4, 2013

We could also use xcodebuild -version. And that's right, at least for the missing SDK problem, we should be able to just specify iOS 7 only for xcode 5 and iOS 6 otherwise.

@jasperblues
Copy link
Member

Oh, nice. That will work :)

On Sep 4, 2013, at 8:05 AM, Robert Gilliam [email protected] wrote:

We could also use xcodebuild -version. And that's right, at least for the missing SDK problem, we should be able to just specify iOS 7 only for xcode 5 and iOS 6 otherwise.


Reply to this email directly or view it on GitHub.

@rhgills
Copy link
Contributor Author

rhgills commented Oct 30, 2013

I don't know about you but at this point I'm OK with not fixing.

@jasperblues
Copy link
Member

I'm ok with just Xcode5-based CI builds.

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

2 participants