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

Incompatible with Xcode 7.3 beta #128

Closed
dstarke opened this issue Jan 12, 2016 · 4 comments
Closed

Incompatible with Xcode 7.3 beta #128

dstarke opened this issue Jan 12, 2016 · 4 comments
Assignees
Labels

Comments

@dstarke
Copy link

dstarke commented Jan 12, 2016

The Xcode 7.3 beta tools increment the API version number to 9, which causes requests made through this library to fail due to "Version Mismatch".

If I understand the Xcode server API documentation correctly, it appears that the server should be backwards compatible with older versions if you supply the X-XCSAPIVersion header in each request with the version you want, so the version check in this library may be too aggressive.

@czechboy0
Copy link
Member

Thanks for reporting this. For now you can add the version number here:https:/czechboy0/XcodeServerSDK/blob/d1bfdbb64988c8990e53faed2f09f54693737f96/XcodeServerSDK/XcodeServer.swift#L76
I'll look at a proper fix later (exam period atm)

@czechboy0
Copy link
Member

I just merged a fix and I'll release a fixed version in a minute (of both XcodeServerSDK and Buildasaur).

@dstarke
Copy link
Author

dstarke commented Jan 14, 2016

Thanks!

@czechboy0
Copy link
Member

Aight, Buildasaur is fixed here: https:/czechboy0/Buildasaur/releases/tag/v0.6.5 and XcodeServerSDK here: https:/czechboy0/XcodeServerSDK/releases/tag/v0.5.4

Thanks for taking the time to report this, @dstarke! I appreciate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants