ld: library not found for -lDoubleConversion React Native 0.59

前端 未结 4 1506
太阳男子
太阳男子 2021-01-18 16:19

I have this error

❌  ld: library not found for -lDoubleConversion

❌  clang: error: linker command failed with exit code 1 (use -v to see invocation)


erro         


        
4条回答
  •  我在风中等你
    2021-01-18 16:54

    I followed the answers on Why linker link static libraries with errors? iOS but nothing worked for me since I was combining the answers.

    I got it to work by ONLY doing the "create new Swift-file"-trick. So remove everything, do a fresh install and only add a new Swift-file that will create the Bridging Header (dont delete the Swift-file).

提交回复
热议问题