When building a react-native app, the build succeeds, but Xcode logs more than 100 issues in the buildtime log. Is this normal?
All I did was:
- Installed Xcode (9.2)
- brew install node (9.9.0)
- brew install watchman (4.9.0)
- npm install -g react-native-cli (2.0.1)
- cd ~/Development && react-native init Test
- 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.