Xcode quits unexpectedly every time I open my project

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

    I am using Xcode 8.3

    Go to ~/Library/Developer/Xcode

    Delete Derived Data folder and it works for me.

    May help you.

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

    I also have this bug with XCode 10.3. In my case i launch app -> it displays alert "Quits unexpectedly" and it doesn't matter what i choose: to reopen or not - it crashes again.

    Solution: Reboot Mac :))

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

    go to [ProjectName].xcworkspace file.Right click. Show package contents. Delete xcuserdata folder. After deleting, run the project it will work for sure.

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

    My Solved that worked

    1. Go to project folder
    2. open package contents of .xcodeproject
    3. Delete xcuserdata in package contents
    4. Go back and delete .xcworkspace

    /// Please dont delete .pbxproj

    Try to open your project and work :)

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

    Open project folder show package contents from .xcworkspace or .xcodeproj You will see 2 folders xcshareddata and xcuserdata Please remove xcuserdata folder Try to open application

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

    Deleting Derived Data worked for me. Just open another project or open xcode without opening your corrupted project. Than open preferences and go locations tab at the end. Click gray circle with arrow (where all your projects derived data are saved.)

    Delete your corrupted project's derived data in there and you are good to go.

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