Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8.3.2 : Could not hardlink copy

Tags:

ios

simulation

I am getting this error message while trying to launch my app in simulator. What is the actual issue?

enter image description here

like image 441
Ios App developer Avatar asked Jun 20 '17 09:06

Ios App developer


3 Answers

Do below steps,

  1. Clean Build
  2. Delete Derived Data
  3. Simulator (Reset Content and Settings)
  4. Quit Xcode & Run Again
like image 197
Bhavesh Dhaduk Avatar answered Oct 30 '22 22:10

Bhavesh Dhaduk


The apps installed in the simulator could have become inconsistent.

Resetting the Content and Settings will solve the issue.

Also try to clear Derived Data then clean and build the project.

like image 31
Piyush Mathur Avatar answered Oct 30 '22 23:10

Piyush Mathur


In my case the Build number was wrong. So in the Info.plist the Build number disappeared, it was blank.

To fix this, I had to re-enter the build number. Delete the app from the simulator Then when I built the app it installed again on the Simulator and started to work fine in subsequent builds as well.

like image 22
Bocaxica Avatar answered Oct 31 '22 00:10

Bocaxica