Xcode- 7: No such file or directory

后端 未结 10 585
你的背包
你的背包 2020-12-17 20:05

I keep trying to run my Xcode project (titled \"YidKit\") and it keeps giving me the following error: error: /Users/Dani/Library/Developer/Xcode/DerivedData/YidKit-ex

相关标签:
10条回答
  • 2020-12-17 20:47

    I had a similar error popping up, and it turned out being the simulator was not being found. So, I deleted all my simulators and and added new ones. This fixed it for me. It's pretty unlikely this will be a fix for you, but I really wish I had seen this response 3 hours ago.

    0 讨论(0)
  • 2020-12-17 20:49

    For future reference

    One way you can solve this problem is to open your Project with a text editor and search for the file there. It should be there the file path for it. Just delete it and any references that might exist of the file.

    It should be working now.

    Don't forget to BACKUP FIRST before doing this

    0 讨论(0)
  • 2020-12-17 20:50

    Anyone tried the good old trick rebooting the computer? I tried and everything worked out fine! Give it a try

    0 讨论(0)
  • 2020-12-17 20:56

    The solution which worked with me is as following:

    1. Go in the left panel of the Xcode to products folder then select the Tests.xctest file

    2. In the right panel of Xcode / Target Membership, unselect Tests

    3. Click command u

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