Xcode 6.1 keeps telling me some PartialInfo.plist couldn't be opened

后端 未结 7 520
日久生厌
日久生厌 2021-01-01 17:12

After I upgraded to Xcode 6.1, it kept throwing this exception when I tried to build my existing application. I tried to remove \'MyController\' and add back again. But it w

7条回答
  •  不知归路
    2021-01-01 17:53

    You can solve it by deleting the content in the DerivedData folder. If you're worried about deleting too many folders, then delete only the folders that start with the name of your current project that you're trying to problem-solve for. Remember to close XCode before you delete the data

    Library/Developer/Xcode/DerivedData/

提交回复
热议问题