lib/cocoapods-xcframework/frameworker.rb in cocoapods-bb-xcframework-0.2.6 vs lib/cocoapods-xcframework/frameworker.rb in cocoapods-bb-xcframework-0.2.6.1

- old
+ new

@@ -17,10 +17,11 @@ @support_dynamic = support_dynamic end def run spec = spec_with_path @name + UI.warn "正在生成XCFramework #{spec.name}(#{spec.version})" @is_spec_from_path = true if spec spec ||= spec_with_name @name target_dir, work_dir = create_working_directory_by_spec spec, @force build_framework spec, work_dir, target_dir @@ -40,10 +41,11 @@ spec, @subspecs, @spec_sources, true, @use_modular_headers, - @enable_bitcode + @enable_bitcode, + @support_dynamic ) perform_build( sandbox, sandbox_installer, \ No newline at end of file