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.
我正在构建一个应用程序,我想从中创建一个模板。在那个应用程序中,我手动创建了几个框架/库的链接。
有没有办法自动创建这些链接?
谢谢,
——埃里克
没有自动添加这些链接的方法。您只需要一一添加它们。如果您需要在几乎所有源代码文件中导入一些头文件,您可以考虑将它们添加到您的 *-Prefix.pch 文件中。