react-native ios Podfile issue with “use_native_modules!”

前端 未结 18 2079
一生所求
一生所求 2020-12-05 17:15

In my react-native project (react-native@0.60) in the ios/ dir I run pod install and get this error:

[!] Invalid `Podfile` file: no implicit con         


        
18条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-05 17:59

    i just dropped the whole node_modules and RN cache folder and did a clean reinstall, this fixed the "use_native_modules" problem so far....but after that i had to hassle a lot with other libs which where just not RN0.60 ready ;)

提交回复
热议问题