Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 5c5b30f

Browse files
author
Juan Alvarez
committed
updated VALID_ARCHS to support iphone simulator
1 parent 7bb3663 commit 5c5b30f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/image_picker/image_picker/ios/image_picker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Downloaded by pub (not CocoaPods).
1818
s.public_header_files = 'Classes/**/*.h'
1919
s.dependency 'Flutter'
2020
s.platform = :ios, '8.0'
21-
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS' => 'armv7 arm64 x86_64' }
21+
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
2222

2323
s.test_spec 'Tests' do |test_spec|
2424
test_spec.source_files = 'Tests/**/*'

0 commit comments

Comments
 (0)