-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
i see this when i run npx expo run:ios
❌ (node_modules/rn-truelayer-payments-sdk/ios/RNTrueLayerPaymentsSDK.h:3:9)
1 | #import <React/RCTBridgeModule.h>
2 | #ifdef RCT_NEW_ARCH_ENABLED
> 3 | #import <RNTrueLayerPaymentsSDKSpec/RNTrueLayerPaymentsSDKSpec.h>
| ^ 'RNTrueLayerPaymentsSDKSpec/RNTrueLayerPaymentsSDKSpec.h' file not found
4 | #endif
5 |
6 | NS_ASSUME_NONNULL_BEGIN
and also i have to do this
"plugins": [
"expo-router",
"expo-font",
[
"expo-build-properties",
{
"ios": {
"deploymentTarget": "15.1",
}
}
]]
Metadata
Metadata
Assignees
Labels
No labels