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 中为 iOS 创建插件包?当我尝试创建一个新项目时,在 iOS 下的“为新项目选择模板”中,我只能看到“应用程序”和“库”类型。“库”下只有一个模板,“Cocoa Touch 静态库”。
Apple 不允许对 iOS 项目进行动态链接(仅针对 iOS 提供的库),这就是您找不到相应项目的原因。如果您尝试使用动态链接,您的应用会被拒绝。