Xcode quits unexpectedly every time I open my project

前端 未结 15 1297
傲寒
傲寒 2020-11-27 05:51

I am just opening my xcode , when i open my current project its showing the warning like \"xcode quit unexpectedly \" with 3 options \"Ignore\",\"Report\" and \"Reopen\",whe

相关标签:
15条回答
  • 2020-11-27 06:18

    If you're using CocoaPods, just follow Rob's instruction but on the .xcworkspace file instead and do not delete the .xcworkspacedata file.

    0 讨论(0)
  • 2020-11-27 06:20

    Just delete the Xcode saved state. It worked for me.

    0 讨论(0)
  • 2020-11-27 06:20

    All the advices from above didn't help me so I added the pod file via pod init & pod install and successfully opened newly created .xcworkspace. Hope it helps somebody

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