RCT Linking Manager file not found

后端 未结 5 554
你的背包
你的背包 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:28

    If you are using React Native and the command line, Sébastien's modification proposal is to be made to ios/.xcodeproj/project.pbxproj by adding

    "$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS",
    

    to the HEADER_SEARCH_PATHS lists (4 locations)

提交回复
热议问题