Skip to content

Commit 9386b1d

Browse files
committed
update README.md
1 parent 3c3aad2 commit 9386b1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Then drag Instabug.framework into your Xcode project.
4444

4545
1. [Download the Instabug SDK](https://s3.amazonaws.com/instabug-pro/sdk_releases/Instabug.zip)
4646

47-
2. Extract it then drag & drop Instabug.framework to your project's "Embedded Binaries" section under the "General" tab, and make sure that the "Copy items if needed" checkbox is checked
47+
2. Extract it then drag & drop Instabug.framework & InstabugCore.framework to your project's "Embedded Binaries" section under the "General" tab, and make sure that the "Copy items if needed" checkbox is checked
4848

4949
3. Create a new "Run Script Phase" in your project’s target "Build Phases" and add the following snippet
5050

5151
```
52-
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/Instabug.bundle/strip-frameworks.sh"
52+
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/InstabugCore.framework/strip-frameworks.sh"
5353
```
5454

5555
## Usage

0 commit comments

Comments
 (0)