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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,19 @@ useEffect(() => {
364
364
365
365
Where `actions`, `config` are objects described in previous chapters.
366
366
367
+
### Unsupported Swift architecture
368
+
369
+
**Reason:**
370
+
The arm64 macro is not set under Rosetta.
371
+
372
+
**Solution:**
373
+
Go to `<your_project>/node_modules/freerasp-react-native/ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h` and move following code (lines 4 and 5 in the file) to the top of the file:
374
+
375
+
```
376
+
#ifndef TALSECRUNTIME_SWIFT_H
377
+
#define TALSECRUNTIME_SWIFT_H
378
+
```
379
+
367
380
# Security Report
368
381
369
382
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.
0 commit comments