-
Notifications
You must be signed in to change notification settings - Fork 519
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
Bump to Xcode 9 #2176
Bump to Xcode 9 #2176
Conversation
Update Versions-ios and Versions-mac file too.
Make.config
Outdated
XCODE_DEVELOPER_ROOT=/Applications/Xcode83.app/Contents/Developer | ||
# Xcode 9 | ||
XCODE_VERSION=9 | ||
XCODE_URL=http://xamarin-storage/bot-provisioning/Xcode_9.xip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you meant http://xamarin-storage/bot-provisioning/Xcode_9_beta.xip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just assumed the wrong link (:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Build failure |
1 similar comment
Build failure |
Please review failures and post them on slack, if help is needed, until the branch builds :) |
Build failure |
…t#2095)" This reverts commit 425274a. Prevents building xcode9 branch, see: https://jenkins.mono-project.com/job/xamarin-macios-pr-builder/3886/console ``` runtime.m:1122:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *last_sep = strrchr (info.dli_fname, '/'); ```
dotnet#2095)"" This reverts commit 27e292e.
…rvalue of type 'const char *' Prevented building xcode9 branch, see: https://jenkins.mono-project.com/job/xamarin-macios-pr-builder/3886/console ``` runtime.m:1122:9: error: cannot initialize a variable of type 'char *' with an rvalue of type 'const char *' char *last_sep = strrchr (info.dli_fname, '/'); ```
Don't merge, I will do a force push at the end to refactor the commits (I don't think we should just squash them this time). Will do this once it's a. building and b. approved. |
Build failure |
1 similar comment
Build failure |
The generated output doesn't compile because Apple forgot to ship headers for the ExternalAccessory framework in their tvOS simulator SDK.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GTG once Jenkins approves.
After 3 hr 12 min the build seems stuck but we can build locally with these fixes. Slack conversation:
So let's squash merge this so people can indeed build (: |
Build failure |
Update Versions-ios and Versions-mac file too.