I want to use react native library RCTLinkingManager which shows up in menu under \"Libraries > RCTLinkingManager.xcodeproj\".
RCTLinkingManager
However when i add it to
Anyone who is facing this issue for a react-native archive for ios platform just place
#import "
after the first line
"#import "AppDelegate.h"" in the AppDelegate.m file.