Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Xcode 6 中,不再为您自动创建 .pch 文件。我知道有一些步骤可以自行创建文件。我的问题是,是否应该添加 .pch 文件?
Apple 是否完全放弃了 .pch 文件?或者是否有用于存储所有#import 语句的新约定?