Skip to content

Commit be6c747

Browse files
authored
Update app-extensions.md (#12308)
**Description:** In some environments the value of the Minimum Deployments is not set for the Runner Target, and the ShareExtension one takes the latest one it can, so they not match causing the Extension not to be shown on the Photos Share sheet. So I added an extra step for people following the tutorial to check that small detail that can cause frustration. **Issues solved**: None **Commits dependency**: None
1 parent 3fadf58 commit be6c747

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/content/platform-integration/ios/app-extensions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,23 @@ an existing project.
8080
* Drag **Embed Foundation Extensions** above
8181
**Run Script**.
8282

83+
84+
1. Make sure your **Minimum Deployments** iOS value is properly
85+
set and matches in both **Runner** and **ShareExtension**
86+
87+
* Open the **project navigator**
88+
(**View** > **Navigators** > **Project**).
89+
90+
* In the **project navigator**, at the top, select
91+
**Runner**.
92+
93+
* In the main window under **TARGETS**, select
94+
**Runner**.
95+
96+
* On the **General** tab check your **Minimum Deployments**
97+
dropdown value to match the one you have on
98+
**ShareExtension** > **General** tab.
99+
83100
1. In the console, run the following command to rebuild your
84101
iOS app:
85102

0 commit comments

Comments
 (0)