-
I've noticed a problem when using react-native-quick-crypto with other libraries that also use jsi and the TypeArray class in c++. It only seems to be a problem on ios. Launching the app works fine, b…
-
Hello ,
i tried to use the official example but on ios is crashing with this error.
If i add the two .framework files to the xcode runner Frameworks, it tells that classes are duplicate..
Who can…
-
result3 = objc.msg_send("NewVcViewController", "alloc")
NewVcViewController = objc.msg_send(result3,"init")
@interface NewVcViewController : UIViewController
-(int)simpleTest:(…
-
### Describe the bug
I installed tauri2.0beta a few months ago and it worked great. This week I wanted to try the official version of tauri2.0. I installed the latest rust language, then created a…
-
Im compiling the library for lepton, but I got this error:
```
../../src/gplot.c:375:14: error: 'system' is unavailable: not available on iOS
ignore = system(buf);
```
Im using this makef…
-
The current setup for KittyMemory on iOS, particularly the Keystone library, only includes individual binaries for arm64 and arm64e. This setup may cause compatibility issues and limitations when runn…
-
We build a Mono.framework in the iOS/tvOS/Catalyst runtime packs but it turns out that we don't include the libSystem.Native.* libraries so the .framework won't work.
The iOS team plans to use thes…
-
### How frequently does the bug occur?
Always
### Description
Try adding the -Wl,-ld_classic options to the OTHER_LDFLAGS build in the project settings. Still doesn't work
### Stacktrace & log…
-
For Android, there exists the x86_64 libs that allow us to create a version that will run in the simulator. However, the equivalent libraries for iOS seem to be missing and so we can't make iOS simula…
-
As of Xcode 16, Apple has changed the command interface to `xcresultool` such that the way it is invoked when running the `testios` recipe in `Makefile.pre.in` is no longer valid, causing the iOS test…