Skip to content

Commit

Permalink
Merge pull request #1070 from 4rthurmonteiro/ios/allow_arm_simulator
Browse files Browse the repository at this point in the history
chore: allow arm64 iphone simulator
  • Loading branch information
alextekartik authored Jan 6, 2024
2 parents 4bf62f2 + c0e5741 commit b5279ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqflite/ios/sqflite.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Accss SQLite database.

s.platform = :ios, '11.0'
s.ios.deployment_target = '11.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
end

0 comments on commit b5279ac

Please sign in to comment.