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

后端 未结 7 444
日久生厌
日久生厌 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 18:00

    I encountered this problem when I moved my .plist file to a new folder. You have to go into the Targets list (select the top bar on the left vertical menu of Xcode, the one that has the name of your project, and then select Targets on the vertical menu second from the left) and find the Identity section. From there, select the button that lets you specify the new path of the .plist file.

    If that doesn't work, then try deleting your project's folder in ~/Library/Developer/Xcode/DerivedData/ and building again.

    0 讨论(0)
提交回复
热议问题