Skip to content

Commit f4030d7

Browse files
authored
(DOCSP-40014): Update Swift 'static' framework install instructions (#3291)
## Pull Request Info Jira ticket: https://jira.mongodb.org/browse/DOCSP-40014 *Staged Page* - [Install - Swift SDK](https://preview-mongodbdacharyc.gatsbyjs.io/realm/DOCSP-40014/sdk/swift/install/): Remove outdated information. Rename "Static Framework" install instructions to "Dynamic Framework." ## Release Notes - Swift SDK - Install: Remove outdated information. Rename "Static Framework" install instructions to "Dynamic Framework."
1 parent 6aaa700 commit f4030d7

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

source/sdk/swift/install.txt

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,8 @@ Swift SDK to your project.
253253
:alt: Drag the xcframework files into the Xcode project.
254254
:lightbox:
255255

256-
.. tab:: Static Framework
257-
:tabid: static-framework
258-
259-
Installing the the Swift SDK as a static framework is only available
260-
for iOS targets.
256+
.. tab:: Dynamic Framework
257+
:tabid: dynamic-framework
261258

262259
.. procedure::
263260

@@ -267,23 +264,12 @@ Swift SDK to your project.
267264
Download the `latest release of the Swift SDK
268265
<https://github.com/realm/realm-swift/releases>`__ and extract the zip.
269266

270-
271267
.. step:: Copy Framework(s) Into Your Project
272268

273-
274269
Drag ``Realm.xcframework`` and ``RealmSwift.xcframework`` (if using)
275270
to the File Navigator of your Xcode project. Select the
276271
:guilabel:`Copy items if needed` checkbox and press :guilabel:`Finish`.
277272

278-
279-
.. step:: Link Binaries
280-
281-
282-
Select your project in the Xcode File Navigator. Select your app's
283-
target and go to the :guilabel:`Build Phases` tab. Under
284-
:guilabel:`Link Binary with Libraries`, click :guilabel:`+` and add
285-
``libc++.tbd``, ``libz.tbd``, and ``libcompression.tbd``.
286-
287273
.. tip::
288274

289275
If using the Objective-C API within a Swift project, we

0 commit comments

Comments
 (0)