Xcode quits unexpectedly every time I open my project

前端 未结 15 1352
傲寒
傲寒 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 05:55

    I am using CocoaPod (XCode 8.2), these steps solved my issue:

    1. Go to project folder
    2. Open package contents of .xcworkspace
    3. Delete xcuserdata in package contents
    4. Remove it from Trash (optional)
    5. Go back and open .xcworkspace (XCode will prompt to reopen, but don't do this)
    6. Continue with your project :)

提交回复
热议问题