-
Notifications
You must be signed in to change notification settings - Fork 25k
Warn users if XCode is too old #43583
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D55149636 |
Summary: Fail the build early if user's version of XCode is too old to avoid cryptic errors. Changelog: [iOS][Changed] - Warn users if XCode is too old Differential Revision: D55149636
772d55e to
21da04e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55149636 |
Summary: Fail the build early if user's version of XCode is too old to avoid cryptic errors. Changelog: [iOS][Changed] - Warn users if XCode is too old Differential Revision: D55149636
21da04e to
4cd696c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55149636 |
Base commit: 0267ca0 |
Summary: Fail during `pod install` if user's version of XCode is too old to avoid cryptic errors (e.g. reactwg/react-native-releases#163). I reused existing mechanism for version detection, though it may not be reliable for future versions of XCode. Changelog: [iOS][Changed] - Warn users during "pod install" if XCode is too old Differential Revision: D55149636
4cd696c to
fd083e9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55149636 |
Summary: Fail during `pod install` if user's version of XCode is too old to avoid cryptic errors (e.g. reactwg/react-native-releases#163). I reused existing mechanism for version detection, though it may not be reliable for future versions of XCode. Changelog: [iOS][Changed] - Warn users during "pod install" if XCode is too old Differential Revision: D55149636
fd083e9 to
b55d554
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55149636 |
Summary: Fail during `pod install` if user's version of XCode is too old to avoid cryptic errors (e.g. reactwg/react-native-releases#163). I reused existing mechanism for version detection, though it may not be reliable for future versions of XCode. Changelog: [iOS][Changed] - Warn users during "pod install" if XCode is too old Differential Revision: D55149636
b55d554 to
b6a22ed
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55149636 |
|
This pull request has been merged in 1021448. |
Summary: Pull Request resolved: #43583 Fail during `pod install` if user's version of XCode is too old to avoid cryptic errors (e.g. reactwg/react-native-releases#163). I reused existing mechanism for version detection, though it may not be reliable for future versions of XCode. Changelog: [iOS][Changed] - Warn users during "pod install" if XCode is too old Reviewed By: dmytrorykun Differential Revision: D55149636 fbshipit-source-id: 78387ff19a6eb10f3ca0d4aa78e6b934ae3b0711
Summary:
Fail the build early if user's version of XCode is too old to avoid cryptic errors.
Changelog:
[iOS][Changed] - Warn users if XCode is too old
Differential Revision: D55149636