我想使用 ruby 将“文件夹引用”添加到 PBXGroup。在 github.com/CocoaPods/Xcodeproj 中找不到解决方案
file_path = File.join(to_folder, folder_to_fetch)
file_reference = destination_group.new_file(file_path, :group)
project.native_targets.each do |target|
# ... ???
end