reactnativecn / react-native-website

React Native 中文网
https://reactnative.cn
MIT License
216 stars 327 forks source link

Xcode 14.3 的编译问题 #703

Closed sunnylqm closed 11 months ago

sunnylqm commented 1 year ago

当前版本在 Xcode 14.3 下可能有编译问题,需要将所有 pods 的最低部署版本统一到 12.4 以上,请参考

https://github.com/travis-mark/lrn/commit/015854716feadd61a904d5a603b027426472f863#

其中有两处min_ios_version_supported变量,请替换为你当前所使用的ios部署版本(但不能低于 12.4)

然后删掉 Pods 目录重新pod install


版本小于 0.69 的可能会遇到另外一个编译报错的问题,请参考此处 https://github.com/facebook/react-native/commit/52d8a797e7a6be3fa472f323ceca4814a28ef596 使用patch-package 打补丁

github-actions[bot] commented 12 months ago

👋 Hey there, it looks like there has been no activity on this issue in the last 90 days. Has the issue been fixed, or does it still require the community attention? This issue will be closed in the next 7 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 11 months ago

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.