attempted to initialize an object with an unknown UUID

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

    It still happens from time to time to me. My solution is to search after the unknown UUID in your project file and simply delete all lines you'll find.

    Terminal-command:

    cat YOUR_PROCJECT_NAME.xcodeproj/project.pbxproj | grep 'UNKNOWN_UUID'
    

    You should find something like this:

    UNKNOWN_UUID /* (null) in Resources */,
    

提交回复
热议问题