Skip to content

Commit

Permalink
feat(ios): support apple silicon macs without rosetta
Browse files Browse the repository at this point in the history
Done by bumping GoogleMaps to 7.3.0 which includes apple silicon support.
  • Loading branch information
monholm committed Jan 25, 2023
1 parent 7f6ef12 commit da7ba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-google-maps.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.compiler_flags = '-DHAVE_GOOGLE_MAPS=1', '-DHAVE_GOOGLE_MAPS_UTILS=1', '-fno-modules'

s.dependency 'React-Core'
s.dependency 'GoogleMaps', '7.0.0'
s.dependency 'GoogleMaps', '7.3.0'
s.dependency 'Google-Maps-iOS-Utils', '4.1.0'
end

1 comment on commit da7ba81

@karolChorzepa
Copy link

@karolChorzepa karolChorzepa commented on da7ba81 Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Simon-TechForm I'm afraid that unfortunately it doesn't work, i add react-native-maps to clear project and i have issue like here: #4519, when i use the resolve from comment then i have another issue with valid PID, I solved this problem in turn by running the project with rosetta :/
May i doing something wrong? i do every step from installation guide for ios google maps, I using m1 pro mac and iphone simulator "react-native: "0.70.6",

Please sign in to comment.