Skip to content

Commit c2feffa

Browse files
committed
docs: update readme
1 parent 9965189 commit c2feffa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,19 @@ useEffect(() => {
364364

365365
Where `actions`, `config` are objects described in previous chapters.
366366

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+
367380
# Security Report
368381

369382
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

Comments
 (0)