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 项目中,我创建了一个新的 ColorPicker (MyCustomPicker.colorPicker)。然后我有第二个项目,我想在其中使用该颜色选择器。
构建完成后,我可以手动将 colorPicker 复制到应用程序包中的适当位置,并在启动应用程序时使用它。
如何在第二个项目的构建时实现 colorPicker 自动传输到正确的文件夹?
我需要自动化这个过程,而且一旦我签署了应用程序,colorPicker 应该已经存在。
解决了。我将整个 colorPicker XCode 项目拖到主项目中,然后编辑以下内容: