Last active
April 13, 2021 20:00
-
-
Save Daavidaviid/087b16991ad192d2cb2482ad16b908b6 to your computer and use it in GitHub Desktop.
Useful links to setup native dev machine on m1 Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Useful links to make dev possible on an arm64 macos machine without Rosetta 2 : | |
VSCode for arm64 : | |
https://code.visualstudio.com/insiders/ | |
iOS and cocoapods issue : | |
https://stackoverflow.com/questions/64718780/getting-error-while-installing-library-from-pod | |
Active support issue : | |
https://stackoverflow.com/questions/64718780/getting-error-while-installing-library-from-pod | |
Run on iOS simulator issue : | |
https://blog.embrace.io/xcode-12-and-xcframework/ | |
https://stackoverflow.com/a/64139830/6831029 | |
React Native Doctor : | |
https://reactnative.dev/blog/2019/11/18/react-native-doctor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment