react-native-detect-frida icon indicating copy to clipboard operation
react-native-detect-frida copied to clipboard

Build failed in iOS

Open ydv0121 opened this issue 7 months ago • 1 comments
trafficstars

Build failed in iOS

react-native": "0.77.0 react-native-detect-frida": "^0.1.6

Image

ydv0121 avatar Apr 23 '25 05:04 ydv0121

in DetectFrida.h file Change this :

#import "RNDetectFridaSpec.h"

@interface DetectFrida : NSObject <NativeDetectFridaSpec>
#else
#import <React/RCTBridgeModule.h>

@interface DetectFrida : NSObject <RCTBridgeModule>
#endif

@end

To this:

#import <React/RCTBridgeModule.h>

@interface DetectFrida : NSObject <RCTBridgeModule>
@end

it started working

ydv0121 avatar Apr 23 '25 06:04 ydv0121

Still have this issue with new arch on 0.1.6 and 0.79 (Expo SDK 53)

moxorama avatar Jul 12 '25 06:07 moxorama