Skip to content

Commit

Permalink
Merge b3014d3 into f95c6c2
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchenlarkin committed May 7, 2020
2 parents f95c6c2 + b3014d3 commit 4f44c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoapods-packager/pod_utils.rb
Expand Up @@ -158,7 +158,7 @@ def build_dynamic_target(dynamic_sandbox, static_installer, platform)
file_accessors = create_file_accessors(static_target, dynamic_sandbox)

archs = []
dynamic_target = Pod::PodTarget.new(dynamic_sandbox, true, static_target.user_build_configurations, archs, platform, static_target.specs, static_target.target_definitions, file_accessors)
dynamic_target = Pod::PodTarget.new(dynamic_sandbox, Pod::BuildType.dynamic_framework, static_target.user_build_configurations, archs, platform, static_target.specs, static_target.target_definitions, file_accessors)
dynamic_target
end

Expand Down

0 comments on commit 4f44c70

Please sign in to comment.