Hello, I am getting below error when I am running iOS App in iPhone devices.
❌ (node_modules/@hyperledger/indy-vdr-react-native/ios/IndyVdr.mm:6:9)
4 | #import <ReactCommon/RCTTurboModule.h>
5 |
> 6| #import "turboModuleUtility.h"
| ^ 'turboModuleUtility.h' file not found
7 | #import "IndyVdr.h"
8 |
9 | using namespace Facebook;
Here are my project configuration and other details.
react-native version - 0.76.9
expo version - ~52.0.46
@hyperledger/indy-vdr-react-native version - ^0.2.2
I just installed the package, not wrote any code. And when I am running iOS app, getting this error.
Can someone help to me to fix this issue?
Hello, I am getting below error when I am running iOS App in iPhone devices.
Here are my project configuration and other details.
react-native version - 0.76.9expo version - ~52.0.46@hyperledger/indy-vdr-react-native version - ^0.2.2I just installed the package, not wrote any code. And when I am running iOS app, getting this error.
Can someone help to me to fix this issue?