From 501d24e62c9200fb39764f35aae159cab05f19ef Mon Sep 17 00:00:00 2001 From: dabing1022 Date: Thu, 14 Jan 2021 17:44:56 +0800 Subject: [PATCH] fix: build type error --- .../lib/cocoapods-imy-bin/native/podfile_generator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoapods-imy-bin/lib/cocoapods-imy-bin/native/podfile_generator.rb b/cocoapods-imy-bin/lib/cocoapods-imy-bin/native/podfile_generator.rb index cf23ad5..bf066d7 100755 --- a/cocoapods-imy-bin/lib/cocoapods-imy-bin/native/podfile_generator.rb +++ b/cocoapods-imy-bin/lib/cocoapods-imy-bin/native/podfile_generator.rb @@ -35,7 +35,7 @@ def podfile_for_spec(spec) plugin(*[name, options].compact) end - use_frameworks!(generator.configuration.use_frameworks?) + use_frameworks!(generator.use_frameworks_value) if (supported_swift_versions = generator.supported_swift_versions) supports_swift_versions(supported_swift_versions)