2

我使用 Cocoapods/xcodeproj gem 来生成我的 Xcode 项目,对于我可以做的同一个项目中的框架

common = project.targets.find { |t| t.name == "TestCommon" }  
target.frameworks_build_phases.add_file_reference(common.product_reference)

target但是,如果 framework 和 the来自不同的项目但在同一个工作区中,则这不起作用。

4

0 回答 0