Skip to content

Commit a437db5

Browse files
Update README.md (#354)
* Update the manual installation guide * Update README.md Co-Authored-By: khaled el morabea <[email protected]> Co-authored-by: khaled el morabea <[email protected]>
1 parent f69e757 commit a437db5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,27 @@ Then drag Instabug.framework into your Xcode project.
5151
```
5252
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/strip-frameworks.sh"
5353
```
54+
4. In Xcode 11.x you might get the following error:
55+
```
56+
dyld: Library not loaded: @rpath/Instabug.framework/Instabug
57+
Reason: image not found
58+
```
59+
If that's the case, do the following steps:
60+
- Under Build Phases, click on + icon to add new phase, and select New Copy Files Phase.
61+
62+
- Drag the newly created Copy Files phase above Compile Sources phase
63+
64+
- In the new Copy Files phase, select Frameworks from Destination dropdown.
65+
66+
- Leave subpath blank. Let be default Copy only when installing.
67+
68+
- Under the table, click '+' and then select `Instabug.framework`
69+
70+
- Make sure `Code Sign on Copy` is checked (ticked).
71+
72+
- Do a clean build.
73+
74+
5475

5576
## Usage
5677

0 commit comments

Comments
 (0)