We’re at the moment engaged on including a third occasion SDK into our React Native app.
Right here is the SDK https://gitlab.com/claysolutions/public/clay-sdk
We added the ClaySDK Pod, arrange every part, the construct goes effectively, however when the app hundreds we’re getting the next error:
dyld[49561]: Library not loaded: @rpath/VirgilCrypto.framework/VirgilCrypto
This library is required by the Clay SDK. We tried plenty of issues with the intention to get it working:
- Manually including the VirgilCrypto Pod,
- Constructing with none excluded archs
- Clearly, deleting Derived Information, reintegrating the pods, cleansing the construct folder, construct once more, and so forth., nothing labored.
A couple of individuals already skilled this problem on the SDK, however no viable answer discovered but, as talked about on this problem: https://gitlab.com/claysolutions/public/clay-sdk/-/points/14
Listed here are our variations of react and react-native
“react-native”: “0.71.6",
“react”: “18.2.0"
If anybody has a clue about what the difficulty is likely to be or has ever encountered this sort of problem, we’d love to listen to a couple of answer.