You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,15 @@ And you're done 🎉!
257
257
258
258
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).
259
259
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
+
260
269
# Security Report
261
270
262
271
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
307
316
<td>advanced</td>
308
317
</tr>
309
318
<tr>
310
-
<td>Runtime reverse engineering controls
319
+
<td>Runtime reverse engineering controls
311
320
<ul>
312
321
<li>Debug</li>
313
322
<li>Emulator</li>
@@ -318,7 +327,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
318
327
<td>advanced</td>
319
328
</tr>
320
329
<tr>
321
-
<td>Runtime integrity controls
330
+
<td>Runtime integrity controls
322
331
<ul>
323
332
<li>Tamper protection</li>
324
333
<li>Repackaging / Cloning protection</li>
@@ -330,7 +339,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
330
339
<td>advanced</td>
331
340
</tr>
332
341
<tr>
333
-
<td>Device OS security status check
342
+
<td>Device OS security status check
334
343
<ul>
335
344
<li>HW security module control</li>
336
345
<li>Screen lock control</li>
@@ -340,7 +349,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
340
349
<td>yes</td>
341
350
</tr>
342
351
<tr>
343
-
<td>UI protection
352
+
<td>UI protection
344
353
<ul>
345
354
<li>Overlay protection</li>
346
355
<li>Accessibility services protection</li>
@@ -353,7 +362,7 @@ Learn more about commercial features at [https://talsec.app](https://talsec.app
0 commit comments