Skip to content

Commit 6d341a6

Browse files
authored
Merge pull request #7 from talsec/add_troubleshooting
docs: add Troubleshooting to readme
2 parents 684ec9b + 6fe2feb commit 6d341a6

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,15 @@ And you're done 🎉!
257257
258258
If you encounter any other issues, you can see the list of solved issues [here](https://github.com/talsec/Free-RASP-ReactNative/issues?q=is%3Aissue+is%3Aclosed), or open up a [new one](https://github.com/talsec/Free-RASP-ReactNative/issues?q=is%3Aissue+is%3Aopen).
259259
260+
# Troubleshooting
261+
262+
### Could not determine the dependencies of task `':freerasp-react-native:compileDebugAidl'`
263+
264+
**Solution:**
265+
266+
* In `package.json`, update `react-native` to a higher patch version and run `npm install` (or `yarn install`).
267+
* [See this issue to find out which patch version is relevant for you.](https://github.com/facebook/react-native/issues/35210)
268+
260269
# Security Report
261270
262271
The Security Report is a weekly summary describing the application's security state and characteristics of the devices it runs on in a practical and easy-to-understand way.
@@ -307,7 +316,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
307316
<td>advanced</td>
308317
</tr>
309318
<tr>
310-
<td>Runtime reverse engineering controls
319+
<td>Runtime reverse engineering controls
311320
<ul>
312321
<li>Debug</li>
313322
<li>Emulator</li>
@@ -318,7 +327,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
318327
<td>advanced</td>
319328
</tr>
320329
<tr>
321-
<td>Runtime integrity controls
330+
<td>Runtime integrity controls
322331
<ul>
323332
<li>Tamper protection</li>
324333
<li>Repackaging / Cloning protection</li>
@@ -330,7 +339,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
330339
<td>advanced</td>
331340
</tr>
332341
<tr>
333-
<td>Device OS security status check
342+
<td>Device OS security status check
334343
<ul>
335344
<li>HW security module control</li>
336345
<li>Screen lock control</li>
@@ -340,7 +349,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
340349
<td>yes</td>
341350
</tr>
342351
<tr>
343-
<td>UI protection
352+
<td>UI protection
344353
<ul>
345354
<li>Overlay protection</li>
346355
<li>Accessibility services protection</li>
@@ -353,7 +362,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
353362
<td colspan=5><strong>Hardening suite</strong></td>
354363
</tr>
355364
<tr>
356-
<td>Security hardening suite
365+
<td>Security hardening suite
357366
<ul>
358367
<li>Customer Data Encryption (local storage)</li>
359368
<li>End-to-end encryption</li>

0 commit comments

Comments
 (0)