From 1fddd50a8b6fe699f316a6163d7a5fa0be7fe861 Mon Sep 17 00:00:00 2001 From: Norbert Klockiewicz Date: Thu, 14 Nov 2024 12:50:54 +0100 Subject: [PATCH] fix: remove import which crashes ios during build (#16) --- ios/RnExecutorch.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ios/RnExecutorch.h b/ios/RnExecutorch.h index 6d26db5..784a2e6 100644 --- a/ios/RnExecutorch.h +++ b/ios/RnExecutorch.h @@ -1,13 +1,6 @@ - -#ifdef RCT_NEW_ARCH_ENABLED -#import "RNRnExecutorchSpec.h" - -@interface RnExecutorch : NSObject -#else #import #import @interface RnExecutorch : RCTEventEmitter -#endif @end