Xcode quits unexpectedly every time I open my project

前端 未结 15 1367
傲寒
傲寒 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:01

    1. Delete Project.xcworkspace first.
    2. Open Terminal
    3. Go to application folder
    4. Run command pod install
    5. Delete Derived Data
    6. Open Project.xcworkspace

    It works for me.

提交回复
热议问题