Skip to content

Commit 9bbad47

Browse files
authored
Provide details about which package to remove
1 parent e7bba77 commit 9bbad47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/sdk/swift/test-and-debug.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,9 @@ steps:
307307
2. Go to the :guilabel:`Build Phases` tab.
308308
3. Expand the :guilabel:`Link Binary With Libraries` element.
309309
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>`.
310+
(:guilabel:`-`) button to remove the unneeded binary.
311+
312+
- If you use Swift or Swift and Objective-C APIs, keep ``RealmSwift``.
313+
- If you use only Objective-C APIs, keep ``Realm``.
313314

314315
Now your target should build without this error.

0 commit comments

Comments
 (0)