From 24193d27a53894dc256121455fc0bd817824252c Mon Sep 17 00:00:00 2001 From: lifei Date: Mon, 17 Jun 2024 02:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=20arm64=20=E6=A8=A1=E6=8B=9F?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GMObjC.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/GMObjC.podspec b/GMObjC.podspec index 40853f5..dae58c6 100644 --- a/GMObjC.podspec +++ b/GMObjC.podspec @@ -9,7 +9,6 @@ Pod::Spec.new do |s| s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "lifei" => "lifei_zdjl@126.com" } s.source = { :git => "https://github.com/muzipiao/GMObjC.git", :tag => s.version.to_s } - s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } s.source_files = "GMObjC/**/*.{h,m}" s.public_header_files = "GMObjC/**/*.h"