Search code examples
macoscocoalumberjack

.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.


Solution

  • 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...