attempted to initialize an object with an unknown UUID

前端 未结 12 2040
情深已故
情深已故 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 23:00

    The way I solved that is not described in the thread

    • Commented all pods and run pod install. Pods folder eventually removed. But still having the warning in the terminal

    • Uncommented the pod. re-run pod install. The warning is now gone.

提交回复
热议问题