Alexis
Alexis
I encountered this at RN 0.69.1 and solved it temporarily by replacing line 228 in the android/build.gradle file of react-native-vision-camera (in node_modules) by `def rnAAR = fileTree("${nodeModules}/react-native/android/com/facebook/react/react-native/0.69.1").matching({ it.include "**/**/*-release.aar" }).singleFile`...
Yes, both are not working. I tried with another package. It is also not working. So i suspect that there is a general issue with ios here. Do i need...
Is this an issue that comes from passing a normal string to the API, whilst the native module wants a NSString?
Yes, i called this function. The service is listed and some characteristics, but not the one that i need. Are there special restrictions on the UUID or do i have...
It exists, since on Android it works totally fine.
In the release build the app even crashes. @djain1992 @marcosinigaglia Do you have any idea? I have to fix it very soon 😄 Thanks for your time!!
Yes, i call retrieveServices shortly after connecting with a setTimeout.
In XCode it only says: "Terminated due to signal 9". I will now rebuild and try again, let's see.
It is still giving me the same messages :/
Yes, it is custom. Do we need to use specific UUIDs or something like that so that Apple devices can observe it? It is very strange, because in any case...