We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bba77 commit 9bbad47Copy full SHA for 9bbad47
source/sdk/swift/test-and-debug.txt
@@ -307,8 +307,9 @@ steps:
307
2. Go to the :guilabel:`Build Phases` tab.
308
3. Expand the :guilabel:`Link Binary With Libraries` element.
309
4. Select either ``Realm`` or ``RealmSwift``, and click the Remove items
310
- (:guilabel:`-`) button to remove the unneeded binary. For details about
311
- which binary to link, refer to the Swift Package Manager
312
- :ref:`installation instructions <ios-install>`.
+ (:guilabel:`-`) button to remove the unneeded binary.
+
+ - If you use Swift or Swift and Objective-C APIs, keep ``RealmSwift``.
313
+ - If you use only Objective-C APIs, keep ``Realm``.
314
315
Now your target should build without this error.
0 commit comments