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
Many thanks for your hard work putting all of this together.
I'm currently working on react-native-pure-data and have managed to connect the iOS interface, and I'm currently in the middle of implementing the Android wrapper.
I'm currently encountering the following problem:
A/libc: Fatal signal 31 (SIGSYS), code 1 (SYS_SECCOMP) in tid 6889 (mqt_native_modu)
Just curious whether there are known any workarounds to this problem? I'm going to lower the SDK version to 24 as this should be pre-secure computing (just to unblock development), but ideally it'd be great to execute against the modern Android APIs without throwing this error.
The text was updated successfully, but these errors were encountered:
Hey,
Many thanks for your hard work putting all of this together.
I'm currently working on react-native-pure-data and have managed to connect the iOS interface, and I'm currently in the middle of implementing the Android wrapper.
I'm currently encountering the following problem:
When making a call to:
Against:
I've read online that this is most likely a security issue in making some kind of protected native call.
Just curious whether there are known any workarounds to this problem? I'm going to lower the SDK version to
24
as this should be pre-secure computing (just to unblock development), but ideally it'd be great to execute against the modern Android APIs without throwing this error.The text was updated successfully, but these errors were encountered: