File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -253,11 +253,8 @@ Swift SDK to your project.
253
253
:alt: Drag the xcframework files into the Xcode project.
254
254
:lightbox:
255
255
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
261
258
262
259
.. procedure::
263
260
@@ -267,23 +264,12 @@ Swift SDK to your project.
267
264
Download the `latest release of the Swift SDK
268
265
<https://github.com/realm/realm-swift/releases>`__ and extract the zip.
269
266
270
-
271
267
.. step:: Copy Framework(s) Into Your Project
272
268
273
-
274
269
Drag ``Realm.xcframework`` and ``RealmSwift.xcframework`` (if using)
275
270
to the File Navigator of your Xcode project. Select the
276
271
:guilabel:`Copy items if needed` checkbox and press :guilabel:`Finish`.
277
272
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
-
287
273
.. tip::
288
274
289
275
If using the Objective-C API within a Swift project, we
You can’t perform that action at this time.
0 commit comments