Skip to content

Commit 3187d54

Browse files
authored
Fix #1218 (#1219)
1 parent f5d27c5 commit 3187d54

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkgs/objective_c/ios/objective_c.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ A library to access Objective C from Flutter that acts as a support library for
2121
s.source_files = 'Classes/**/*'
2222
s.dependency 'Flutter'
2323
s.platform = :ios, '12.0'
24+
s.requires_arc = []
2425

2526
# Flutter.framework does not contain a i386 slice.
2627
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

pkgs/objective_c/macos/objective_c.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ A library to access Objective C from Flutter that acts as a support library for
2020
s.source = { :path => '.' }
2121
s.source_files = 'Classes/**/*'
2222
s.dependency 'FlutterMacOS'
23+
s.requires_arc = []
2324

2425
s.platform = :osx, '10.11'
2526
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

0 commit comments

Comments
 (0)