自从使用Xcode 14.3以来,我在像往常一样构建项目时收到以下警告: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'
这似乎表明,以前的构建开始665285000纳秒在未来,所以我得到的Xcode可能有一个问题。我可能理解错了。我能以某种方式修复警告吗?
1条答案
按热度按时间vbopmzt11#
可能与将Xcode构建文件夹放在ramdisk上有关,这以前不是问题,现在似乎也不是问题,只是警告有点烦人。
Xcode 15.0 beta修复还没有找到14.3的解决方案。