Manifest.lock gives warning about Podfile.lock, what caused?

后端 未结 2 1093
旧巷少年郎
旧巷少年郎 2021-01-15 03:40

1 - I have tried update cocoapods and re-install pod for my project many times. But Manifest.lock still looks like having a problem. My app works well. Can

相关标签:
2条回答
  • 2021-01-15 03:52

    Try these steps

    1. Quit Xcode
    2. Clear /YourUserHomeFolder/Library/Developer/Xcode/DerivedData
    3. Remove Pods folder and Podfile.lock file
    4. (in terminal)$ gem install cocoapods
    5. (in terminal in your project)$ pod install
    0 讨论(0)
  • 2021-01-15 04:03
    1. Go to project folder.
    2. Find Pods folder and delete everything that you have there including Manifest.lock.
    3. Go back to project folder and delete Podfile.lock.
    4. Go to terminal and run pod install.
    0 讨论(0)
提交回复
热议问题