I want to use react native library RCTLinkingManager
which shows up in menu under "Libraries > RCTLinkingManager.xcodeproj".
However when i add it to iOS/AppDelegate.m
like so:
#import "RCTLinkingManager.h"
// @implementation ...
Build fails with 'RCTLinkingManager.h' file not found. I tried to clean the product and clean build with no luck.
question from:
https://stackoverflow.com/questions/31860715/rct-linking-manager-file-not-found 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…