Skip to content

Commit 2d872eb

Browse files
Removing VALID_ARCHS from iOS podspec (#505)
1 parent cb37e71 commit 2d872eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/fluttertoast.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Toast Library for FLutter
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
1818
s.dependency 'Toast'
19-
s.pod_target_xcconfig = {'VALID_ARCHS' => 'x86_64 armv7 arm64', 'DEFINES_MODULE' => 'YES'}
19+
s.pod_target_xcconfig = {'DEFINES_MODULE' => 'YES'}
2020
s.resource_bundles = {'fluttertoast_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
2121
end

0 commit comments

Comments
 (0)