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.
我们有一个 Ionic 项目和 iOS 作为平台。根据我们的需要,我们不断在 cordova 项目中添加和删除插件。目前,我们的 iOS XCode 项目中有 2 个目标(一个原始目标和另一个重复目标)。使用 Cordova/Plugman 添加插件未在第二个目标中正确反映文件。“plugin.xml”中没有提到的源/头/资源文件被添加到第二个目标。解决这个问题的正确方法是什么?
如果您使用相同的 cordova 插件,最好的方法是编写钩子。