unrecognized selector sent to instance 0x1dae7dbf8'

Hi

I am a React native developer I don't have knowledge on IOS app development. getting below error when app build .

Please help me.

2021-11-23 22:21:51.699240+0530 FersaMobile[1477:340037] -[__NSCFBoolean isEqualToString:]: unrecognized selector sent to instance 0x1dae7dbf8

2021-11-23 22:21:51.700366+0530 FersaMobile[1477:340037] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFBoolean isEqualToString:]: unrecognized selector sent to instance 0x1dae7dbf8'

*** First throw call stack:

(0x18071504c 0x198d89f54 0x1807f2014 0x1806aa474 0x1806a95b0 0x182daee20 0x182df2ca8 0x100c1fa54 0x100c18a0c 0x100c191ac 0x100c18f88 0x1013f46d4 0x1013f63b4 0x101406898 0x1806cdcd4 0x180687eac 0x18069b3b8 0x19c02b38c 0x18303b6a8 0x182dba7f4 0x100bba8c4 0x10157da24)

libc++abi: terminating with uncaught exception of type NSException

dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib

terminating with uncaught exception of type NSException

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFBoolean isEqualToString:]: unrecognized selector sent to instance 0x1dae7dbf8'

2021-11-23 22:38:34.787515+0530 FersaMobile[1477:346605] XPC connection interrupted

dyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/DTDDISupport.framework/libViewDebuggerSupport.dylib

terminating with uncaught exception of type NSException

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFBoolean isEqualToString:]: unrecognized selector sent to instance 0x1dae7dbf8'

(lldb) 

Hard to say something with the log shown. You should better visit the supporting site or a community site of React native to get better responses sooner.

OOPer gave you the best advice.

In addition, if you don't show code where crash occurs, pretty hard to say.

You have apparently a problem with some Bool value that compares to String.

You may have a look here for a similar problem, that may give you a hint.

https://stackoverflow.com/questions/14662947/nscfboolean-isequaltostring-unrecognized-selector-sent-to-instance/14663108

unrecognized selector sent to instance 0x1dae7dbf8'
 
 
Q