attempted to initialize an object with an unknown UUID

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

    Step 1: Deintegrate your project from CocoaPods. Removing all traces of CocoaPods from your Xcode project.

    $pod deintegrate ProjectName.XCODEPROJ

    Step 2: Install the pod Again

    $pod install

    Make sure you are replacing ProjectName.XCODEPROJ with your project name.

提交回复
热议问题