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

前端 未结 4 1048
-上瘾入骨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:09

    Some steps may not be necessary and bring concerns of other, larger issues being hidden. Specifically:

    adjust GCC_PREPROCESSOR_DEFINITIONS to include $(inherited)
    

    Namely, pod install scripts are supposed to do the $(inherited) magic for you.

    Could a configuration reset be of help?

提交回复
热议问题