File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,27 @@ Then drag Instabug.framework into your Xcode project.
51
51
```
52
52
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/strip-frameworks.sh"
53
53
```
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
+
54
75
55
76
## Usage
56
77
You can’t perform that action at this time.
0 commit comments