Skip to content

Commit

Permalink
Make expo go work on M1 simulator (expo#21249)
Browse files Browse the repository at this point in the history
Co-authored-by: Expo Bot <[email protected]>
  • Loading branch information
aleqsio and expo-bot authored May 29, 2023
1 parent 1949884 commit 4ab2fd6
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 136 deletions.
18 changes: 12 additions & 6 deletions apps/bare-expo/ios/BareExpo.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions apps/bare-expo/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ PODS:
- ExpoModulesCore
- ExpoMaps (0.0.2):
- ExpoModulesCore
- GoogleMaps (= 7.1.0)
- GooglePlaces (= 7.1.0)
- GoogleMaps (= 7.3.0)
- GooglePlaces (= 7.3.0)
- ExpoModulesCore (1.3.2):
- React-Core
- React-RCTAppDelegate
Expand Down Expand Up @@ -251,17 +251,17 @@ PODS:
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleMaps (7.1.0):
- GoogleMaps/Maps (= 7.1.0)
- GoogleMaps/Base (7.1.0)
- GoogleMaps/Maps (7.1.0):
- GoogleMaps (7.3.0):
- GoogleMaps/Maps (= 7.3.0)
- GoogleMaps/Base (7.3.0)
- GoogleMaps/Maps (7.3.0):
- GoogleMaps/Base
- GoogleMLKit/FaceDetection (2.6.0):
- GoogleMLKit/MLKitCore
- MLKitFaceDetection (~> 1.5.0)
- GoogleMLKit/MLKitCore (2.6.0):
- MLKitCommon (~> 5.0.0)
- GooglePlaces (7.1.0)
- GooglePlaces (7.3.0)
- GoogleToolboxForMac/DebugUtils (2.3.2):
- GoogleToolboxForMac/Defines (= 2.3.2)
- GoogleToolboxForMac/Defines (2.3.2)
Expand Down Expand Up @@ -1291,7 +1291,7 @@ SPEC CHECKSUMS:
ExpoLocalAuthentication: de5f50fae4fa643a3fc6b404d61a2ab36b5acf20
ExpoLocalization: c1201ba5cfcfb187972138e58c07cc708c5399db
ExpoMailComposer: b9a4871714550d5b4e26d1873f0572e350c86478
ExpoMaps: be6983038f20ab7d6c953cda7aa48f81713896d3
ExpoMaps: 0d442753556c5a2a5f8e15fdb1d833a6768de816
ExpoModulesCore: b7865a95e88b5731893e177bbf82f6a05f3f92d9
ExpoModulesTestCore: 42fce831c9601dcfaba09fe7a03dfe99e25754a4
ExpoNetwork: ef59bebcdbeb6ea188157a8fc88e9ceafbff1f89
Expand Down Expand Up @@ -1319,9 +1319,9 @@ SPEC CHECKSUMS:
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
GoogleDataTransport: 1c8145da7117bd68bbbed00cf304edb6a24de00f
GoogleMaps: bc56ffb0324e345a2d91bac1a64a920f9c8f1b20
GoogleMaps: a146f275ee429d14822178c7a841c03366ec92a1
GoogleMLKit: 755661c46990a85e42278015f26400286d98ad95
GooglePlaces: 187946335ec3dc624de71c0a9ddcc712f19b0ee1
GooglePlaces: 0609463845250bbadafa1739938181e54dece439
GoogleToolboxForMac: 8bef7c7c5cf7291c687cf5354f39f9db6399ad34
GoogleUtilities: 1d20a6ad97ef46f67bbdec158ce00563a671ebb7
GoogleUtilitiesComponents: 679b2c881db3b615a2777504623df6122dd20afe
Expand Down
18 changes: 12 additions & 6 deletions ios/Exponent.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ inhibit_all_warnings!
$expo_updates_create_manifest = false

abstract_target 'Expo Go' do
# Expo Client dependencies
pod 'CocoaLumberjack', '~> 3.5.3'
pod 'GoogleMaps', '~> 7.1'
pod 'Google-Maps-iOS-Utils', '~> 4.1.0'
pod 'GoogleMaps', '~> 7.3.0'
pod 'Google-Maps-iOS-Utils', :git => 'https://github.com/googlemaps/google-maps-ios-utils.git'
pod 'JKBigInteger', :podspec => 'vendored/common/JKBigInteger.podspec.json'
pod 'MBProgressHUD', '~> 1.2.0'

Expand Down Expand Up @@ -85,8 +84,6 @@ abstract_target 'Expo Go' do
target_installation_result.native_target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'

# Fix building failures on M1
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64'
end

if pod_name == 'Branch'
Expand Down
Loading

0 comments on commit 4ab2fd6

Please sign in to comment.