100+ buildtime issues on fresh react-native projec

2019-09-01 03:21发布

When building a react-native app, the build succeeds, but Xcode logs more than 100 issues in the buildtime log. Is this normal?

Screenshot of Xcode log

All I did was:

  1. Installed Xcode (9.2)
  2. brew install node (9.9.0)
  3. brew install watchman (4.9.0)
  4. npm install -g react-native-cli (2.0.1)
  5. cd ~/Development && react-native init Test
  6. Open ios/Test.xcodeproj and hit the Run button (iPhone 8 simulator)

Again - the build succeeds. But all the issues in the logs concerns me and I was not able to find others with the same issue.

1条回答
老娘就宠你
2楼-- · 2019-09-01 03:48

Those warnings are not a big issue. The various RCT projects were created with an older version of Xcode. Xcode is suggesting you update the projects to Xcode's recommended settings.

To update to the recommended settings, select one of the Update to recommended settings warnings shown in your screenshot. A sheet will open. Click the Perform Changes button to update the project settings.

查看更多
登录 后发表回答