Apple Mach -O Linker command failed

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

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

16条回答
  •  庸人自扰
    2021-01-07 17:34

    I had faced the same issue. I declared two classes with same name. Therefore it was conflicting with the class name. It worked for me after updation of class name.

提交回复
热议问题