1.搭建开发环境(官网:https://www.react-native.cn/docs/environment-setup)
2.xcode cocoaPods 安装,以及M1注意事项
3.创建项目,以及注意事项
4.运行项目
5.运行结果
6.概括
正常来说按照官方文档操作是没有问题的,但是在运行途中难免会出现问题。
比如:
临时解决方案:打开iOS目录下的podfile
将 # post_install do |installer|
# react_native_post_install(installer)
# __apply_Xcode_12_5_M1_post_install_workaround(installer)
# end
这段代码全部注掉后,在重新运行。