Skip to content

Commit 19369b7

Browse files
authored
Merge pull request #436 from Instabug/fix_instabug_manual_link
fix instabug manual link
2 parents b058cef + f89a824 commit 19369b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Then drag Instabug.framework into your Xcode project.
4242

4343
### Manually
4444

45-
1. [Download the Instabug SDK](https://s3.amazonaws.com/instabug-pro/sdk_releases/Instabug.zip)
45+
1. [Download the Instabug SDK](https://s3.amazonaws.com/instabug-pro/sdk_releases/Instabug-XCFramework.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.xcframework to your project's "Frameworks, Libraries, and Embedded Content" 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

@@ -65,7 +65,7 @@ If that's the case, do the following steps:
6565

6666
- Leave subpath blank. Let be default Copy only when installing.
6767

68-
- Under the table, click '+' and then select `Instabug.framework`
68+
- Under the table, click '+' and then select `Instabug.xcframework`
6969

7070
- Make sure `Code Sign on Copy` is checked (ticked).
7171

0 commit comments

Comments
 (0)