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.
随着模块的引入(通过@import),是否仍然需要使用旧方式链接Apple自己的框架,还是只对外部框架有用?
我们是否应该从 Frameworks 文件夹中删除所有原生 SDK 框架以进行清理?
所有#import 和#include 指令都映射为自动为Apple 框架使用@import - @import 是要走的路!关于清理,您可以删除它们。在一些 cocoapods 中存在一个错误,尽管它无法识别框架,除非它是#import,但我认为这个错误现在已经修复。