Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
add arm64 simulator support?
Browse files Browse the repository at this point in the history
  • Loading branch information
t5ujiri committed Jun 1, 2023
1 parent 6b278ec commit af69468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/flutter_unity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A Flutter plugin for embedding Unity projects in Flutter projects.

s.ios.deployment_target = '11.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64 arm64' }

s.xcconfig = {
'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_CONFIGURATION_BUILD_DIR}" "${PODS_ROOT}/../UnityProject"',
Expand Down

0 comments on commit af69468

Please sign in to comment.