Update README

This commit is contained in:
Yousef Hamza 2016-10-12 11:01:59 +02:00
parent 86c817d512
commit 949ec17a01
2 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,10 @@
1. Open your app `.xcodeproj` file 1. Open your app `.xcodeproj` file
2. Add `instabug.framework` and `instabug.bundle` from 'instabug-reactnative/ios' to the app project directory. 2. Add `instabug.framework` and `instabug.bundle` from 'instabug-reactnative/ios' to the app project directory.
3. In XCode, in the project navigator, select your project. Add `instabug.framework` to your project's `Build Phases``Link Binary With Libraries` 3. In XCode, in the project navigator, select your project. Add `instabug.framework` to your project's `Build Phases``Link Binary With Libraries`
4. 3. In XCode, in the project navigator, select your project. Add `instabug.bundle` to your project's `Build Phases``Copy Bundle Resources` 4. In XCode, in the project navigator, select your project. Add `CoreTelephony.framework` to your project's `Build Phases``Link Binary With Libraries`
5. Run your project (`Cmd+R`)< 5. In XCode, in the project navigator, select your project. Add `CoreMotion.framework` to your project's `Build Phases``Link Binary With Libraries`
6. In XCode, in the project navigator, select your project. Add `instabug.bundle` to your project's `Build Phases``Copy Bundle Resources`
7. Run your project (`Cmd+R`)<
#### Android (Pending) #### Android (Pending)