最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Xcode 16.2. No incremental build for macOS Objective-C++ project - Stack Overflow

programmeradmin1浏览0评论

I have started a pure Objective-C++/C++ project (for cross platform usage).

I can't get the incremental compilation of the source files. It seems all files are recompiled all the time.

I generate the project with a ruby script and the xcodeproj gem from CocoaPods project. So I might have missed some build settings but I'm not sure how this could happen. I think it worked in the past.

Any idea how to troubleshoot this?

[EDIT]: In the meantime i found out that incremental compile works fine in release config but not in debug configs. So some of the new automagic that Apple is doing and never really documents well seems to collide with the compilation process.

发布评论

评论列表(0)

  1. 暂无评论