RCT Linking Manager file not found

后端 未结 5 553
你的背包
你的背包 2021-02-01 14:17

I want to use react native library RCTLinkingManager which shows up in menu under \"Libraries > RCTLinkingManager.xcodeproj\".

However when i add it to

5条回答
  •  余生分开走
    2021-02-01 14:31

    You have to add $(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS to your "Header Search Paths" in the Build Config of your project. You can find more info on the official React documentation

提交回复
热议问题