Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
undef-i authored Oct 31, 2024
2 parents 62ea0af + 6ab52d1 commit 27bc027
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 2 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,10 @@
{ "source": "/to/edit-plugins", "destination": "/packages-and-plugins/developing-packages#edit-plugin-package", "type": 301 },
{ "source": "/to/editor-setup", "destination": "/get-started/editor", "type": 301 },
{ "source": "/to/engine-rbe", "destination": "https://github.com/flutter/engine/blob/main/docs/rbe/rbe.md", "type": 301 },
{ "source": "/to/engine-tool", "destination": "https://github.com/flutter/engine/blob/main/tools/engine_tool/README.md", "type": 301 },
{ "source": "/to/engine-tool-bug", "destination": "https://github.com/flutter/flutter/issues/new?labels=e:%20engine-tool", "type": 301 },
{ "source": "/to/endorsed-federated-plugin", "destination": "/packages-and-plugins/developing-packages#endorsed-federated-plugin", "type": 301 },
{ "source": "/to/et", "destination": "https://flutter.dev/to/engine-tool", "type": 301 },
{ "source": "/to/federated-plugins", "destination": "/packages-and-plugins/developing-packages#federated-plugins", "type": 301 },
{ "source": "/to/ffi-package", "destination": "/packages-and-plugins/developing-packages#plugin-ffi", "type": 301 },
{ "source": "/to/flutter-plugins-configuration", "destination": "/release/breaking-changes/flutter-plugins-configuration", "type": 301 },
Expand Down
4 changes: 2 additions & 2 deletions src/_data/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ appmin:
android_sdk: 21
powershell: 5.0
xcode: '14'
cocoapods: '1.10'
cocoapods: '1.16'
devmin:
windows: '64-bit version of Microsoft Windows 10'
macos: '11 (Big Sur)'
Expand All @@ -98,4 +98,4 @@ appnow:
powershell: 5.1
xcode: '15'
ios: '17'
cocoapods: '1.15'
cocoapods: '1.16'
10 changes: 3 additions & 7 deletions src/_includes/docs/add-to-app/ios-project/embed-cocoapods.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ This section presumes you called your Swift app `MyApp`.
navigate to the root of your app directory.
Use the `pod init` command to create the `Podfile` file.

:::warning
CocoaPods (as of version 1.15.2) does not support Xcode 16.
If the `pod init` command errors, consider re-creating your Xcode project
using Xcode 15 or older.

To learn more about the CocoaPods issue, check out
[CocoaPods#12456](https://github.com/CocoaPods/CocoaPods/issues/12456).
:::tip
If the `pod init` command errors,
check that you're on the latest version of CocoaPods.
:::

1. Update your `Podfile` config file.
Expand Down

0 comments on commit 27bc027

Please sign in to comment.