JUCE and React Native - linker error “ld: library not found for -lReact”

前端 未结 4 1078
-上瘾入骨i
-上瘾入骨i 2021-01-14 20:01

I\'m getting this linker error using CocoaPods with React Native: ld: library not found for -lReact

I have followed the guide at https://facebook.githu

4条回答
  •  天命终不由人
    2021-01-14 20:15

    Go to your Project -> Your Target -> Build Settings -> Link Binary With Libraries and you might see some red entries there referring to the React library files here. Just remove those red entries and you should be good to go.

提交回复
热议问题