I recently took over a task of pushing React-native app to App Store iOS. After clearing some of the initial hurdles, I was able to run it in simulator and test them fine.
When I am trying to validate the app before pushing to the App Store from XCode I am getting bunch of Invalid Info.plist errors, Something like:
App Store Connect Operation Error
- Bunch of : Invalid Info.plist key. The key 'NSUserNotificationAlertStyle' in bundle XXXX.app/node_modules/node-notifier/vendor/mac.noindex/terminal-notifier.app is invalid.
- Bunch of does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.
I am using XCode Version 11.5 (11E608c), react-native 0.61.5
Initially thought that the pods were the cause for these errors, I removed them and reinstalled them. Nothing has helped so far. Can someone please point me in right direction so I can investigate more and get it across the line. Being new to this whole arena just not sure where to start.