ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3.06k stars 611 forks source link

fix: rn-kitchen-sink build failed on XCode 13 #1202

Closed erichua23 closed 2 years ago

erichua23 commented 2 years ago

First of all, thank you for your contribution! :-)

Please makes sure that these checkboxes are checked before submitting your PR, thank you!

Extra checklist:

if isBugFix :

解决XCode 13下面遇到的如下两个问题:

  1. react-native-codegen 0.0.6版本的问题,根据 https://github.com/facebook/react-native/issues/31180 的讨论,改为0.0.7。问题表现如下: image
  2. XCode 13上iOS构建失败的问题,提示Undefined symbol: _swift_FORCE_LOAD$_swiftDataDetection,根据 https://stackoverflow.com/a/64071403 的方法解决,亲测有效,问题具体表现为: image
  3. 在 react-native-cli没在文档里面明确说明需要全局安装,故增加npx,以便减少必须的依赖。