jmessage-react-plugin icon indicating copy to clipboard operation
jmessage-react-plugin copied to clipboard

ld: framework not found JMessage

Open WinnieXi opened this issue 6 years ago • 2 comments

今天 跑了一下以前的程序,又报这个 error ,也按照 之前的步骤重新 link 了, 还是不行。求救。。。

WinnieXi avatar Feb 20 '19 14:02 WinnieXi

+1

zhouyingkai1 avatar Apr 30 '19 02:04 zhouyingkai1

我这里解决了,注意Readme里 iOS 的配置:

  • $(SRCROOT)/../node_modules/jmessage-react-plugin/ios/RCTJMessageModule 一定要加到 Framework search paths 里边

  • -framework "JMessage" 要加到 Other linker flags

shniu avatar May 08 '19 05:05 shniu