Michael Hughes
Michael Hughes
Has anyone successfully compiled against arm64? I have successfully compiled but get a segfault when I play audio.
Have you been able to get this to work on ARM64? I am seeing a segfault after I apply this and build against opencore downloaded from here: https://code.google.com/p/aacplayer-android/downloads/list
It looks like this is due to the new cipher's being added. https://github.com/oblador/react-native-keychain/blame/master/android/src/main/java/com/oblador/keychain/KeychainModule.kt#L156-L157 A temporary workaround could be to patch the package to comment out these lines and you should...