Flutter iOS build failed an error of pod files: Podfile is out of date

前端 未结 8 620
猫巷女王i
猫巷女王i 2021-01-07 18:48

I\'m trying to build my app on the ios simulator(ios 13), but the build fails and gives an error of pod files: Podfile is out of date

This is the error.



        
8条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-07 19:32

    Use pod install command in your ios directory to install new pods in your project. Even if you already have a Podfile and ran pod install before. This should work for you. I ran into the same problem some time ago and this is how it was solved.

提交回复
热议问题