Skip to content

Commit 0f7a5e7

Browse files
committed
fix(examples/swift-multiplatform-app): missing step for embedding CloudSync.xcframework
1 parent aeb6d9e commit 0f7a5e7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/swift-multiplatform-app/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ A simple Swift App QuickStart with the SQLite CloudSync extension loading. Now y
1515

1616
5. You should now be in the **General** tab. Scroll down to **"Frameworks, Libraries, and Embedded Content"**
1717

18-
6. Click the **+** button → **Add Other...** **Add Files...**
18+
6. Click the old `CloudSync.xcframework` framework and press the **-** button
1919

20-
7. Select the downloaded `CloudSync.xcframework` folder
20+
7. Click the **+** button → **Add Other...****Add Files...**
2121

22-
8. Switch to the **Build Phases** tab and verify that `CloudSync.xcframework` appears under **Embedded Frameworks**
22+
8. Select the downloaded `CloudSync.xcframework` folder
23+
24+
9. Switch to the **Build Phases** tab and verify that `CloudSync.xcframework` appears under **Embedded Frameworks**
2325

2426
## Handle Security Permissions (macOS)
2527

0 commit comments

Comments
 (0)