RCT Linking Manager file not found

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

    I had a similar issue only when I've done the archive/release version... that happen because the import was made under the #if DEBUG. So make sure you put the import in the proper place otherwise you can get Use of undeclared identifier 'RCTLinkingManager' error

提交回复
热议问题