docs: remove outdated iOS C interop page and fix references#13337
docs: remove outdated iOS C interop page and fix references#13337harshyadavDeveloper wants to merge 2 commits intoflutter:mainfrom
Conversation
|
Hi! I’ve removed the outdated iOS C interop page and cleaned up related references to avoid broken links. Please let me know if anything else needs adjustment. |
There was a problem hiding this comment.
Code Review
This pull request removes the legacy iOS C interop documentation and cleans up associated links and references across several files. Feedback indicates that removing the reference definitions in the Android and macOS interop pages results in broken links within the introductory notes of those files, as the text still attempts to reference the deleted iOS content.
| ::: | ||
|
|
||
|
|
||
| [ios-ffi]: /platform-integration/ios/c-interop |
|
|
||
|
|
||
| [android-ffi]: /platform-integration/android/c-interop | ||
| [ios-ffi]: /platform-integration/ios/c-interop |
|
Visit the preview URL for this PR (updated for commit 2c93669): https://flutter-docs-prod--pr13337-remove-c-interop-docs-21zge13n.web.app |
docs: remove broken ios-ffi references after page removal
|
Good catch, thanks |
|
Hi! Just a gentle follow-up on this PR. Please let me know if any further changes are needed from my side. Happy to update it. Thanks! |
|
Hi, @harshyadavDeveloper, I'm waiting for the next stable release. That's when these changes are live. |
Description
Removes the outdated iOS C interop documentation page and updates references across the site.
The page referenced CocoaPods, which is no longer the recommended approach now that Swift Package Manager is the default. Removing this page avoids confusion and broken links.
Issues fixed by this PR
Closes #13313
PRs or commits this PR depends on
None
Presubmit checklist