Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will not do cross-module incremental builds

Since using Xcode 14.3 I get the following warnings while building a project as usual:

Will not do cross-module incremental builds, priors saved at TimePoint(seconds: 1682802841, nanoseconds: 0)), but the previous build started at TimePoint(seconds: 1682802841, nanoseconds: 665285000), at '/Volumes/DerivedData-ramdisk/PlayingAround3-bxofrzjmlkadwicxzlwhcctqhimt/Build/Intermediates.noindex/PlayingAroundPagage.build/Debug/Interleaf.build/Objects-normal/arm64/Interleaf-master.priors'

This seems to suggest that the previous build started 665285000 nanoseconds in the future so I get that Xcode might have an issue.. I might have interpreted this wrong though. Can I fix the warning somehow?

like image 719
Fabian Avatar asked Dec 07 '25 09:12

Fabian


1 Answers

The warnings went away after I built the project from clean (In XCode Menu Product > Clean Build Folder...).

I think this warning has to do with building the project using a newer version of Xcode when there are still build products sitting around from an older version of Xcode.

like image 63
Robin Stewart Avatar answered Dec 12 '25 03:12

Robin Stewart



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!