-
Notifications
You must be signed in to change notification settings - Fork 608
Improve iOS readme #5877
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
Improve iOS readme #5877
Conversation
Summary: Addressing feedback from D63264488 - Rewrite the XCode setup flow for better clarity. - Added section numbering and reorder some of the flow, emphasizing which steps are recommended and which are optional (For example, user can manually build the package, but it's gonna be more involved and has to deal with lib linkage, etc) - Mentioned that package dependencies has been pre-configured and clarified instructions on how to change that if needed - Added more details on which package should link against which app target - Added more details on how to confirm which packages have been linked in case the options are greyed out Differential Revision: D63403105
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5877
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New FailuresAs of commit c07ffe9 with merge base d34cc4e ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D63403105 |
This pull request has been merged in f3de2bb. |
@pytorchbot cherry-pick --onto release/0.4 -c docs |
Summary: Pull Request resolved: #5877 Addressing feedback from D63264488 - Rewrite the XCode setup flow for better clarity. - Added section numbering and reorder some of the flow, emphasizing which steps are recommended and which are optional (For example, user can manually build the package, but it's gonna be more involved and has to deal with lib linkage, etc) - Mentioned that package dependencies has been pre-configured and clarified instructions on how to change that if needed - Added more details on which package should link against which app target - Added more details on how to confirm which packages have been linked in case the options are greyed out Reviewed By: shoumikhin Differential Revision: D63403105 fbshipit-source-id: c9867efa2d48e3e37f39b7a98b9c644390bcd3b2 (cherry picked from commit f3de2bb)
Cherry picking #5877The cherry pick PR is at #5990 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Improve iOS readme (#5877) Summary: Pull Request resolved: #5877 Addressing feedback from D63264488 - Rewrite the XCode setup flow for better clarity. - Added section numbering and reorder some of the flow, emphasizing which steps are recommended and which are optional (For example, user can manually build the package, but it's gonna be more involved and has to deal with lib linkage, etc) - Mentioned that package dependencies has been pre-configured and clarified instructions on how to change that if needed - Added more details on which package should link against which app target - Added more details on how to confirm which packages have been linked in case the options are greyed out Reviewed By: shoumikhin Differential Revision: D63403105 fbshipit-source-id: c9867efa2d48e3e37f39b7a98b9c644390bcd3b2 (cherry picked from commit f3de2bb) Co-authored-by: Riandy Riandy <[email protected]>
Summary:
Addressing feedback from D63264488
Differential Revision: D63403105