Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.pcm is out of date and needs to be rebuilt

Since updated my mac to OSX10.12, I have got this error: enter image description here

And I must clean, otherwise the build will fail.

I have googled a lot, but did not found useful solution. I am wondering about the .pcm files. hope some person could help. Thanks.

like image 936
melody5417 Avatar asked Oct 19 '16 03:10

melody5417


1 Answers

I got this issue once. Here are the steps of what worked for me:-

  1. Getting the path for the derived data folder in Finder from Xcode.

  2. closing Xcode

  3. deleting the derived data folder from finder

  4. emptying Trash

  5. Reopening Xcode

  6. Cleaning and building again.

Hope this helps you as well...

like image 137
Swasidhant Avatar answered Oct 21 '22 14:10

Swasidhant