Skip to content

Commit 5324357

Browse files
chore(update-plugins): Mon May 2 08:06:07 UTC 2022
1 parent 904ebba commit 5324357

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

plugins/ionic-portals.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Application.run({ moduleName: 'app-root' })
4343

4444
2. Use in your views
4545

46-
> Note: You may need to add `IPHONEOS_DEPLOYMENT_TARGET = 12.0` to your `App_Resources/iOS/build.xcconfig` file.
47-
4846
### Vanilla/Plain/Core
4947

5048
```xml
@@ -82,6 +80,13 @@ registerElement('IonicPortal', () => IonicPortal)
8280

8381
Refer [to this blog post](https://blog.nativescript.org/ionic-portals-with-capacitor-plugins).
8482

83+
## Notes
84+
85+
> For iOS:
86+
> You may need to add `IPHONEOS_DEPLOYMENT_TARGET = 12.0` to your `App_Resources/iOS/build.xcconfig` file.
87+
> If your project contains `App_Resources/iOS/Podfile`, you may need to remove any post install handling which removes deployment targets, for example:
88+
> Remove anything like this: `config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET'`
89+
8590
## License
8691

8792
Apache License Version 2.0

0 commit comments

Comments
 (0)