attempted to initialize an object with an unknown UUID

前端 未结 12 2050
情深已故
情深已故 2021-02-03 22:31

I have taken SVN check-in for a project. Thereafter I have installed pod via terminal. After installation of pod there are few warning stating

    

12条回答
  •  南方客
    南方客 (楼主)
    2021-02-03 22:55

    This error happened to me after resolving some merge conflicts in the project file.

    In Xcode 11.4.1, I removed Pods_TARGETNAME.framework under Project Settings > General > Frameworks, Libraries, and Embedded Content.

    I then ran pod install, after which everything was fine again.

提交回复
热议问题