From 9acaa0c7692d85c5f7e38eaf87699b2f901668d1 Mon Sep 17 00:00:00 2001 From: "Albert E. Hidalgo Taveras" <35310226+itsalb3rt@users.noreply.github.com> Date: Wed, 3 Apr 2024 21:34:16 -0400 Subject: [PATCH] Update troubleshooting.md Fix podfile template link --- versioned_docs/version-v5/main/ios/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-v5/main/ios/troubleshooting.md b/versioned_docs/version-v5/main/ios/troubleshooting.md index 905f29fc..f729b937 100644 --- a/versioned_docs/version-v5/main/ios/troubleshooting.md +++ b/versioned_docs/version-v5/main/ios/troubleshooting.md @@ -114,6 +114,6 @@ First of all, make sure the plugin is installed and appears in the `package.json Then, run `npx cap sync ios`. -Finally, check that the plugin is in `ios/App/Podfile`. If the plugin is not listed, make sure your Podfile looks like [this one](https://github.com/ionic-team/capacitor/blob/main/ios-template/App/Podfile) and run `npx cap sync` again. +Finally, check that the plugin is in `ios/App/Podfile`. If the plugin is not listed, make sure your Podfile looks like [this one](https://github.com/ionic-team/capacitor/blob/main/ios-pods-template/App/Podfile) and run `npx cap sync` again. If still getting the "Plugin not implemented" error, make sure you don't have `WKAppBoundDomains` key in `ios/App/App/Info.plist`, that prevents Capacitor's and Plugins code from injecting. Remove the key if not needed, or if it can't be removed, add `limitsNavigationsToAppBoundDomains` to your capacitor config file with `true` value inside the `ios` object.