Apple Mach -O Linker command failed

前端 未结 16 1321
名媛妹妹
名媛妹妹 2021-01-07 17:08

After updating my POD install, Xcode sprouted a new issue:

16条回答
  •  [愿得一人]
    2021-01-07 17:36

    Following steps helped me to get rid of this problem:

    1. Go to project path and remove Pods folder and Podfile.lock file.
    2. Reinstall pods again using "pod install" command.
    3. Open xcworkspace and clean it before running.

    Hope it will save someone's time like it did for me.

提交回复
热议问题